메소드 | 설명 | |
---|---|---|
DoubleColumn ( string columnName ) : System |
Initializes a new instance of an DoubleColumn.
|
|
Format ( object value ) : string |
Formats the given object.
|
|
Parse ( string value ) : object |
Parses the given value, returning a Double.
|
public DoubleColumn ( string columnName ) : System | ||
columnName | string | The name of the column. |
리턴 | System |
public Format ( object value ) : string | ||
value | object | The object to format. |
리턴 | string |