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