Freigeben über


SPMobileUtility.UrlKeyValueDecode-Methode

Decodiert die angegebenen Abfragezeichenfolge von einem URL, die mit der UrlKeyValueEncode(String) -Methode codiert wurde.

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
)

Parameter

  • str
    Typ: System.String

    Die Abfrage (Schlüssel/Wert-Paar), die decodiert wird.

Rückgabewert

Typ: System.String
Das decodierte Schlüssel-Wert-Paar.

Siehe auch

Referenz

SPMobileUtility Klasse

SPMobileUtility-Member

Microsoft.SharePoint.Utilities-Namespace