TextCodec Constructor A Sandcastle Documented Class Library
Creates a new TextCodec.

Namespace:  Apptus.Util.String
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public TextCodec(
	string charsToEscape,
	char escapeChar
)

Parameters

charsToEscape
Type: SystemString
Characters that should be escaped.
escapeChar
Type: SystemChar
The character that will be used as an escape character.
See Also

Reference