SPEncode.NoEncode method

Applies no encoding to the specified string.

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

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

Return value

Type: System.String
A string that is not encoded.

See also

Reference

SPEncode class

SPEncode members

Microsoft.SharePoint.Utilities namespace