Skip to main content

displayformatparser-class

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

public class Korzh.EasyQuery.DisplayFormatParser

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
DisplayFormatParser()voidInitializes a new instance of the Korzh.EasyQuery.DisplayFormatParser class.

Properties

NameTypeDescription
ExprNumintGets the numeric value of expression (if possible).
TokenDisplayFormatParser.TokenTypeGets the token type.
TokenTextstringGets the text of the token.

Methods

NameTypeDescription
Next()boolParse the source to the next token.
Start(string s)voidStarts the parsing of specified string.