Метод | Описание | |
---|---|---|
Format ( object value ) : string |
Formats the given object.
|
|
Int32Column ( string columnName ) : System |
Initializes a new instance of an Int32Column.
|
|
Parse ( string value ) : object |
Parses the given value, returning an Int32.
|
public Format ( object value ) : string | ||
value | object | The object to format. |
Результат | string |
public Int32Column ( string columnName ) : System | ||
columnName | string | The name of the column. |
Результат | System |
public Parse ( string value ) : object | ||
value | string | The value to parse. |
Результат | object |