Table of Contents

Class ParserSimpleLiteralParser

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

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)

Parameters

rawText string
value object

Returns

bool