Click or drag to resize

LexerText Property

Gets or sets the text matched so far for the current token or any text override.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public string Text { get; set; }

Property Value

Type: String
Remarks

Setting this value replaces any previously set value, and overrides the original text.

See Also