Menu.DecodeClientTokenValue Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function DecodeClientTokenValue ( _
encodedValue As String _
) As String
'Usage
Dim encodedValue As String
Dim returnValue As String
returnValue = Menu.DecodeClientTokenValue(encodedValue)
public static string DecodeClientTokenValue(
string encodedValue
)
Parameters
- encodedValue
Type: System.String
Return Value
Type: System.String