Partager via


Menu.EncodeClientTokenValue 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 EncodeClientTokenValue ( _
    decodedValue As String _
) As String
'Usage
Dim decodedValue As String
Dim returnValue As String

returnValue = Menu.EncodeClientTokenValue(decodedValue)
public static string EncodeClientTokenValue(
    string decodedValue
)

Parameters

Return value

Type: System.String
The decoded value.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace