Sdílet prostřednictvím


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

Return value

Type: System.String
The decoded value.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace