Skip to main content

TextExportOptionsBase.GetActualSeparator() Method

Returns the character(s) used as text separators for CSV export.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual string GetActualSeparator()

Returns

Type Description
String

A String value, specifying the actual separator character(s).

Remarks

The CsvExportOptions.UseCustomSeparator property specifies whether to use the default system or a custom separator character for CSV export.

See Also