quote_char property
quote_char property
Gets or sets the character that is used to quote field values.
Remarks
The default value is ‘"’ (quotation mark).
Double the character to place it into quoted text.
Definition:
@property
def quote_char(self):
...
@quote_char.setter
def quote_char(self, value):
...
See Also
- module
groupdocs.assembly.data
- class
CsvDataLoadOptions