TextFormat interface
以文字格式儲存的數據。
- Extends
屬性
column |
數據行分隔符。 Type:string (或 expression with resultType string) 。 |
encoding |
慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 |
escape |
逸出字元。 Type:string (或 expression with resultType string) 。 |
first |
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
null |
Null 值字串。 Type:string (或 expression with resultType string) 。 |
quote |
引號字元。 Type:string (或 expression with resultType string) 。 |
row |
數據列分隔符。 Type:string (或 expression with resultType string) 。 |
skip |
剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。 |
treat |
將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
deserializer | 還原串行化程式。 Type:string (或 expression with resultType string) 。 |
serializer | 串行化程式。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
columnDelimiter
數據行分隔符。 Type:string (或 expression with resultType string) 。
columnDelimiter?: any
屬性值
any
encodingName
慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。
encodingName?: any
屬性值
any
escapeChar
逸出字元。 Type:string (或 expression with resultType string) 。
escapeChar?: any
屬性值
any
firstRowAsHeader
當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
firstRowAsHeader?: any
屬性值
any
nullValue
Null 值字串。 Type:string (或 expression with resultType string) 。
nullValue?: any
屬性值
any
quoteChar
引號字元。 Type:string (或 expression with resultType string) 。
quoteChar?: any
屬性值
any
rowDelimiter
數據列分隔符。 Type:string (或 expression with resultType string) 。
rowDelimiter?: any
屬性值
any
skipLineCount
剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。
skipLineCount?: any
屬性值
any
treatEmptyAsNull
將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
treatEmptyAsNull?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "TextFormat"
屬性值
"TextFormat"
繼承的屬性詳細資料
deserializer
還原串行化程式。 Type:string (或 expression with resultType string) 。
deserializer?: any
屬性值
any
serializer
串行化程式。 Type:string (或 expression with resultType string) 。
serializer?: any
屬性值
any