escapeCharacter property

String? escapeCharacter
getter/setter pair

Specifies the character that should appear before a data character that needs to be escaped.

The default is same as quote character. The value of this argument has to be a character in Hex ASCII Code.

Optional.

Implementation

core.String? escapeCharacter;