Share via


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

Return Value

Type: System.String

See Also

Reference

Menu Class

Menu Members

Microsoft.SharePoint.WebControls Namespace