Click or drag to resize

TokenRewriteStreamReplace Method (String, Int32, Int32, Object)

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.Replace(System.String,System.Int32,System.Int32,System.Object)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual void Replace(
	string programName,
	int from,
	int to,
	Object text
)

Parameters

programName
Type: SystemString

[Missing <param name="programName"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.Replace(System.String,System.Int32,System.Int32,System.Object)"]

from
Type: SystemInt32

[Missing <param name="from"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.Replace(System.String,System.Int32,System.Int32,System.Object)"]

to
Type: SystemInt32

[Missing <param name="to"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.Replace(System.String,System.Int32,System.Int32,System.Object)"]

text
Type: SystemObject

[Missing <param name="text"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenRewriteStream.Replace(System.String,System.Int32,System.Int32,System.Object)"]

See Also