Creates a new TextCodec.
Namespace:
Apptus.Util.String
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic 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