SPEncode.NoEncode Method
Applies no encoding to the specified 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 ( _
str As String _
) As String
'Usage
Dim str As String
Dim returnValue As String
returnValue = SPEncode.NoEncode(str)
public static string NoEncode(
string str
)
Parameters
str
Type: System.StringThe string not to encode.
Return Value
Type: System.String
A string that is not encoded.