Substituter Constructor (SubstituterInsert, Char, Char, Char)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the Substituter class

Namespace:  Scanjour.Workflow4.Common
Assembly:  Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Substituter(
	SubstituterInsert inserter,
	char codeBeingChar = '{',
	char codeEndChar = '}',
	char escapeChar = '\'
)

Parameters

inserter
Type: Scanjour.Workflow4.CommonSubstituterInsert

[Missing <param name="inserter"/> documentation for "M:Scanjour.Workflow4.Common.Substituter.#ctor(Scanjour.Workflow4.Common.Substituter.Insert,System.Char,System.Char,System.Char)"]

codeBeingChar (Optional)
Type: SystemChar

[Missing <param name="codeBeingChar"/> documentation for "M:Scanjour.Workflow4.Common.Substituter.#ctor(Scanjour.Workflow4.Common.Substituter.Insert,System.Char,System.Char,System.Char)"]

codeEndChar (Optional)
Type: SystemChar

[Missing <param name="codeEndChar"/> documentation for "M:Scanjour.Workflow4.Common.Substituter.#ctor(Scanjour.Workflow4.Common.Substituter.Insert,System.Char,System.Char,System.Char)"]

escapeChar (Optional)
Type: SystemChar

[Missing <param name="escapeChar"/> documentation for "M:Scanjour.Workflow4.Common.Substituter.#ctor(Scanjour.Workflow4.Common.Substituter.Insert,System.Char,System.Char,System.Char)"]

See Also

Reference