SPHttpUtility.NoEncode method (Object)

Retrieves the specified string object as an unencoded string.

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

Syntax

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

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

Parameters

  • valueToEncode
    Type: System.Object

    An object that represents the string to be retrieved.

Return value

Type: System.String
The unencoded string.

See also

Reference

SPHttpUtility class

SPHttpUtility members

NoEncode overload

Microsoft.SharePoint.Utilities namespace