ITreeNodeStreamToString Method |
Return the text of all nodes from {@code start} to {@code stop},
inclusive. If the stream does not buffer all the nodes then it can still
walk recursively from start until stop. You can always return
{@code null} or {@code ""} too, but users should not access
{@code $ruleLabel.text} in an action of course in that case.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxstring ToString(
Object start,
Object stop
)
Function ToString (
start As Object,
stop As Object
) As String
Parameters
- start
- Type: SystemObject
[Missing <param name="start"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeNodeStream.ToString(System.Object,System.Object)"]
- stop
- Type: SystemObject
[Missing <param name="stop"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeNodeStream.ToString(System.Object,System.Object)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.ITreeNodeStream.ToString(System.Object,System.Object)"]
See Also