IAutomationCSVSeparator Property

CSV Separator is saved in options to use the same separator in all csv imports and exports. /// Default is "," in some countries it is ";".

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static string CSVSeparator { get; set; }

Property Value

String

See Also