SPEncodedResourceExpressionBuilder.Encode method
Encodes the specified string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride Function Encode ( _
str As String _
) As String
'Usage
Dim str As String
Dim returnValue As String
returnValue = Me.Encode(str)
protected abstract string Encode(
string str
)
Parameters
str
Type: System.StringA string to encode.
Return value
Type: System.String
An encoded string.
See also
Reference
SPEncodedResourceExpressionBuilder class