Click or drag to resize

ITokenStreamToString Method (Int32, Int32)

Return the text of all tokens from start to stop, inclusive. If the stream does not buffer all the tokens then it can just return "" or null; Users should not access $ruleLabel.text in an action of course in that case.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
string ToString(
	int start,
	int stop
)

Parameters

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenStream.ToString(System.Int32,System.Int32)"]

stop
Type: SystemInt32

[Missing <param name="stop"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenStream.ToString(System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenStream.ToString(System.Int32,System.Int32)"]

See Also