Method | Description | |
---|---|---|
Format ( object value ) : string |
Formats the given object.
|
|
Parse ( string value ) : object |
Parses the given value and returns the parsed object.
|
Method | Description | |
---|---|---|
ColumnDefinition ( string columnName ) : System |
Initializes a new instance of a ColumnDefinition.
|
|
TrimValue ( string value ) : string |
Removes any leading or trailing whitespace from the value.
|
Method | Description | |
---|---|---|
ColumnDefinition ( string columnName, bool isIgnored ) : System |
Initializes a new instance of a ColumnDefinition.
|
protected ColumnDefinition ( string columnName ) : System | ||
columnName | string | The name of the column to define. |
return | System |
public abstract Format ( object value ) : string | ||
value | object | The object to format. |
return | string |
public abstract Parse ( string value ) : object | ||
value | string | The value to parse. |
return | object |
protected TrimValue ( string value ) : string | ||
value | string | The value to trim. |
return | string |