XTokenList.Matches Method (String) | |
Namespace:
XSharp.Parsers
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax METHOD Matches(
cText AS STRING
) AS LOGIC
public bool Matches(
string cText
)
Request Example
View SourceParameters
- cText
- Type: String
Return Value
Type:
LogicSee Also