Share via


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

Return value

Type: System.String
The value of the normalized item.

See also

Reference

SPScriptSafeCollection class

SPScriptSafeCollection members

Microsoft.SharePoint namespace