SPHttpUtility.NoEncode method (String)

Retrieves the specified string as an unencoded string.

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
)

Parameters

Return value

Type: System.String
The unencoded string.

See also

Reference

SPHttpUtility class

SPHttpUtility members

NoEncode overload

Microsoft.SharePoint.Utilities namespace