SPScriptSafeCollection.ValidateAndNormalizeValue method
Normalizes the specified value, so it can be compared correctly.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend MustOverride Function ValidateAndNormalizeValue ( _
item As String _
) As String
'Usage
Dim item As String
Dim returnValue As String
returnValue = Me.ValidateAndNormalizeValue(item)
protected internal abstract string ValidateAndNormalizeValue(
string item
)
Parameters
item
Type: System.StringThe item to be normalized.
Return value
Type: System.String
The value of the normalized item.