Contents

usesEscaping

A Boolean value that indicates whether to enable escaping.

Declaration

var usesEscaping: Bool

Discussion

When true, you can escape special characters, such as the field delimiter, by prefixing them with the escape character, which is the backslash (\) by default. Defaults to false.