Share via


HttpUtility.UrlKeyValueDecode Method

Decodes the specified encoded URL query string key or value.

Namespace:  Microsoft.SharePoint.Client.Utilities
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Shared Function UrlKeyValueDecode ( _
    keyOrValueToDecode As String _
) As String
'Usage
Dim keyOrValueToDecode As String
Dim returnValue As String

returnValue = HttpUtility.UrlKeyValueDecode(keyOrValueToDecode)
public static string UrlKeyValueDecode(
    string keyOrValueToDecode
)

Parameters

  • keyOrValueToDecode
    Type: System.String

    The key or value string to decode.

Return Value

Type: System.String
A String representation of the data to decode.

Remarks

To encode a key or value string, use the UrlKeyValueEncode method.

See Also

Reference

HttpUtility Class

HttpUtility Members

Microsoft.SharePoint.Client.Utilities Namespace