SPMobileUtility.UrlKeyValueDecode method
解碼指定的查詢字串,從已編碼與UrlKeyValueEncode(String)方法的 URL。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function UrlKeyValueDecode ( _
str As String _
) As String
'用途
Dim str As String
Dim returnValue As String
returnValue = SPMobileUtility.UrlKeyValueDecode(str)
public static string UrlKeyValueDecode(
string str
)
參數
str
Type: System.String查詢 (索引鍵/值組) 解碼。
傳回值
Type: System.String
將已解碼的索引鍵/值組。