'Declaration
Public Shared Function MatchText( _ ByVal keyText As System.String, _ ByVal matchText As System.String, _ ByVal caseSensitive As System.Boolean, _ ByVal options As CommonStringOptions _ ) As System.Boolean
'Usage
Dim keyText As System.String Dim matchText As System.String Dim caseSensitive As System.Boolean Dim options As CommonStringOptions Dim value As System.Boolean value = NStringHelper.MatchText(keyText, matchText, caseSensitive, options)
public static System.bool MatchText( System.string keyText, System.string matchText, System.bool caseSensitive, CommonStringOptions options )
Parameters
- keyText
- matchText
- caseSensitive
- options