Menu.DecodeClientTokenValue method
Decodes a value from a name/value list.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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
The decoded value.