SPHttpUtility.NoEncode Method (String)
Retrieves the specified string 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 String _
) As String
'Usage
Dim valueToEncode As String
Dim returnValue As String
returnValue = SPHttpUtility.NoEncode(valueToEncode)
public static string NoEncode(
string valueToEncode
)
Parameters
valueToEncode
Type: System.StringThe string to be retrieved.
Return Value
Type: System.String
The unencoded string.