quoteCharacter property

String? quoteCharacter
getter/setter pair

Specifies the quoting character to be used when a data value is quoted.

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

Optional.

Implementation

core.String? quoteCharacter;