SPEncodedResourceExpressionBuilder.Encode Method
Encodes the specified string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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