Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe query (key/value pair) that is decoded.
Return Value
Type: System.String
The decoded key/value pair.