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)
Available in Sandboxed Solutions: No

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