IsMatchForRegEx |
Scroll |
Returns whether or not the string matches the regular expression defined for this field. If no regular expression has been defined, then "TRUE" will always be returned.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Function IsMatchForRegEx(strValue As String) As Boolean C# public virtual bool IsMatchForRegEx(string strValue)
Parameters
Return Value
|