Метод | Описание | |
---|---|---|
FixedLengthComplexColumn ( string columnName, |
Initializes a new FixedLengthComplexColumn with the given schema and default options.
|
|
FixedLengthComplexColumn ( string columnName, |
Initializes a new FixedLengthComplexColumn with the given schema and options.
|
|
Format ( object value ) : string |
Formats the given object array into an embedded record.
|
|
Parse ( string value ) : object |
Extracts a single record from the embedded data.
|
public FixedLengthComplexColumn ( string columnName, |
||
columnName | string | The name of the column. |
schema | The schema of the data embedded in the column. | |
Результат | System |
public FixedLengthComplexColumn ( string columnName, |
||
columnName | string | The name of the column. |
schema | The schema of the data embedded in the column. | |
options | FlatFiles.FixedLengthOptions | The options to use when parsing the embedded data. |
Результат | System |
public Format ( object value ) : string | ||
value | object | The object array containing the values of the embedded record. |
Результат | string |
public Parse ( string value ) : object | ||
value | string | The value containing the embedded data. |
Результат | object |