SPScriptSafeCollection.ValidateAndNormalizeValue method
正規化指定的值,因此可以正確比較。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Friend MustOverride Function ValidateAndNormalizeValue ( _
item As String _
) As String
'用途
Dim item As String
Dim returnValue As String
returnValue = Me.ValidateAndNormalizeValue(item)
protected internal abstract string ValidateAndNormalizeValue(
string item
)
參數
item
Type: System.String要正規化的項目。
傳回值
Type: System.String
正規化的項目值。