名前 | 解説 | |
---|---|---|
![]() | ColumnsDelimiter | データ行でフィールドの間に配置される文字列。 |
![]() | DateTimeFormat | 日付値のデフォルト形式。 <a href="https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-date-and-time-format-strings">「カスタム日時形式文字列」</a>を参照してください。 「yyyy-MM-dd」のように指定できます。 |
![]() | Encoding | 結果ファイルのエンコーディング。 |
![]() | NoHeader | 出力からヘッダー行を除外するかどうかを設定します。既定値は、falseです。 |
![]() | NumericFormat | 数値のデフォルト形式。 <a href="https://docs.microsoft.com/ja-jp/dotnet/standard/base-types/custom-numeric-format-strings">「カスタム数値形式文字列」</a>を参照してください。 「0.####」のように指定できます。 |
![]() | QuotationMode | QuotationMode.AutoQuoteの場合、単純な値は引用符なしでエクスポートされます。 QuotationMode.AlwaysQuoteの場合、エクスポートされたすべての値が常に引用符で囲まれます。 |
![]() | QuotationSymbol | 引用文のシンボル。 |
![]() | RowsDelimiter | データ行の間に配置される文字列。 |