UrlToken.Decode<T>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decode an item from a url token.
public static T Decode<T> (string token);
static member Decode : string -> 'T
Public Shared Function Decode(Of T) (token As String) As T
Type Parameters
- T
The item type.
Parameters
- token
- String
The item token.
Returns
T
The item instance.