Class ParserSimpleLiteralParser
Parses the narrow simple-literal subset supported by parser rule-call binding.
public static class ParserSimpleLiteralParser
- Inheritance
-
ParserSimpleLiteralParser
- Inherited Members
Methods
TryParse(string, out object?)
Attempts to parse a supported literal without evaluating expressions.
public static bool TryParse(string rawText, out object? value)