Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Export Namespace / CsvFormatSettings Class / TextQualifier Property


In This Topic
    TextQualifier Property
    In This Topic
    Gets or sets the character used to delimit the value of a string field, or of a date or numeric field if a whitespace is contained within.
    Syntax
    'Declaration
     
    Public Property TextQualifier As Char
    'Usage
     
    Dim instance As CsvFormatSettings
    Dim value As Char
     
    instance.TextQualifier = value
     
    value = instance.TextQualifier
    public char TextQualifier {get; set;}

    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

    See Also