CsvOptions.Delimiter

CsvOptions.Delimiter property

値を区切る区切り文字として使用される文字を取得または設定します。 デフォルトは「,」です。

public char Delimiter { get; set; }

関連項目