Method | Description | |
---|---|---|
FormatValueToString ( PropertyModel property ) : string |
The default string formatter for converting a property value to a display string.
|
|
ParseValue ( string textValue, PropertyModel property, |
Parses a string representation of a value converting it to it's native type.
|
Method | Description | |
---|---|---|
IsColor ( |
||
ToColor ( object value ) : Color |
public static FormatValueToString ( PropertyModel property ) : string | ||
property | PropertyModel | The property to format. |
return | string |
public static ParseValue ( string textValue, PropertyModel property, |
||
textValue | string | The text display version of the value to parse. |
property | PropertyModel | The definition of the property the value pertains to. |
error | An error to return if parsing was not successful (null if parsed successfully). | |
return | object |