'Declaration
Public Property TextQualifier As Char
'Usage
Dim instance As CsvFormatSettings
Dim value As Char
instance.TextQualifier = value
value = instance.TextQualifier
Property Value
A char representing the character used to delimit the value of a string field, or of a date or numeric field if a whitespace is contained within.
Remarks
Typically, the double quotation character (", the default) or the single quotation character (') is used. '\0' can be used for none.
Requirements
Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2