SPMobileUtility.UrlKeyValueDecode method

Decodes the specified query string from a URL that was encoded with the UrlKeyValueEncode(String) method.

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

Syntax

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

returnValue = SPMobileUtility.UrlKeyValueDecode(str)
public static string UrlKeyValueDecode(
    string str
)

Parameters

  • str
    Type: System.String

    The query (key/value pair) that is decoded.

Return value

Type: System.String
The decoded key/value pair.

See also

Reference

SPMobileUtility class

SPMobileUtility members

Microsoft.SharePoint.Utilities namespace