Click or drag to resize

StiLexerReplaceWithPrefix Method (String, String, String, String)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithPrefix(System.String,System.String,System.String,System.String)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static string ReplaceWithPrefix(
	string textValue,
	string prefix,
	string oldValue,
	string newValue
)

Parameters

textValue
Type: SystemString

[Missing <param name="textValue"/> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithPrefix(System.String,System.String,System.String,System.String)"]

prefix
Type: SystemString

[Missing <param name="prefix"/> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithPrefix(System.String,System.String,System.String,System.String)"]

oldValue
Type: SystemString

[Missing <param name="oldValue"/> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithPrefix(System.String,System.String,System.String,System.String)"]

newValue
Type: SystemString

[Missing <param name="newValue"/> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithPrefix(System.String,System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Base.StiLexer.ReplaceWithPrefix(System.String,System.String,System.String,System.String)"]

See Also