Share via


SPHttpUtility.NoEncode Method (Object)

Retrieves the specified string object as an unencoded string.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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