Skip to main content
A newer version of this page is available. .

CsvExportOptions.GetActualSeparator() Method

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

Namespace: DevExpress.XtraPrinting

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

Declaration

public override 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