DisplayFormatParser class
Represents a special class used for parsing operator display format values.
public class Korzh.EasyQuery.DisplayFormatParserPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| DisplayFormatParser() | void | Initializes a new instance of the Korzh.EasyQuery.DisplayFormatParser class. |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| ExprNum | int | Gets the numeric value of expression (if possible). |
| Token | DisplayFormatParser.TokenType | Gets the token type. |
| TokenText | string | Gets the text of the token. |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
| Next() | bool | Parse the source to the next token. |
Start(string s) | void | Starts the parsing of specified string. |