Share via


SPHttpUtility.NoEncode-Methode (String)

Ruft die angegebene Zeichenfolge als eine nicht codierte Zeichenfolge ab.

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

Syntax

'Declaration
Public Shared Function NoEncode ( _
    valueToEncode As String _
) As String
'Usage
Dim valueToEncode As String
Dim returnValue As String

returnValue = SPHttpUtility.NoEncode(valueToEncode)
public static string NoEncode(
    string valueToEncode
)

Parameter

  • valueToEncode
    Typ: System.String

    Die Zeichenfolge abgerufen werden soll.

Rückgabewert

Typ: System.String
Die decodierte Zeichenfolge.

Siehe auch

Referenz

SPHttpUtility Klasse

SPHttpUtility-Member

NoEncode-Überladung

Microsoft.SharePoint.Utilities-Namespace