C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PreValidation Class / MatchExactList Method
The input string to match.
Error information filled in case of failure.

In This Topic
MatchExactList Method
In This Topic
Returns True if the input text matches one of the exact list items specified in PatternString.
Syntax
'Declaration
 
Public Function MatchExactList( _
   ByVal text As String, _
   ByVal errorInfo As ErrorInfo _
) As Boolean
 

Parameters

text
The input string to match.
errorInfo
Error information filled in case of failure.
See Also