Click or drag to resize

Substituter(SubstituterInsert, Char, Char, Char) Constructor

Initializes a new instance of the Substituter class

Namespace: Scanjour.Workflow4.Common
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Substituter(
	SubstituterInsert inserter,
	char codeBeingChar = '{',
	char codeEndChar = '}',
	char escapeChar = '\'
)

Parameters

inserter  SubstituterInsert

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

codeBeingChar  Char  (Optional)

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

codeEndChar  Char  (Optional)

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

escapeChar  Char  (Optional)

[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