Method | Description | |
---|---|---|
CharArrayColumn ( string columnName ) : System |
Initializes a new instance instance of a CharArrayColumn.
|
|
Format ( object value ) : string |
Formats the given object.
|
|
Parse ( string value ) : object |
Parses the given value as a char array.
|
public CharArrayColumn ( string columnName ) : System | ||
columnName | string | The name of the column. |
return | System |
public Format ( object value ) : string | ||
value | object | The object to format. |
return | string |
public Parse ( string value ) : object | ||
value | string | The value to parse. |
return | object |