SPUtility.IsValidStringInput method
會決定是否指定的文字格式為有效的規則運算式所指定。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function IsValidStringInput ( _
regexp As String, _
newValue As String _
) As Boolean
'用途
Dim regexp As String
Dim newValue As String
Dim returnValue As Boolean
returnValue = SPUtility.IsValidStringInput(regexp, _
newValue)
public static bool IsValidStringInput(
string regexp,
string newValue
)
參數
regexp
Type: System.String規則運算式,指定有效的格式。
newValue
Type: System.String若要驗證文字。
傳回值
Type: System.Boolean
會傳回true如果文字會以指定的格式 ;否則,請false。
備註
此方法會判斷newValue參數的值是否符合regexp參數中的規則運算式。