Skip to content

DisplayFormatParser class

Represents a special class used for parsing operator display format values.

public class Korzh.EasyQuery.DisplayFormatParser

Properties

TypeNameDescription
Int32ExprNumGets the numeric value of expression (if possible).
TokenTypeTokenGets the token type.
StringTokenTextGets the text of the token.

Methods

TypeNameDescription
BooleanNext()Parse the source to the next token.
voidStart(String s)Starts the parsing of specified string.