Method ParseValueToString
ParseValueToString(double)
Define the conversion from a TValueType value to a string value.
Declaration
protected override string ParseValueToString(double val)
Parameters
Type | Name | Description |
---|---|---|
double | val | The TValueType value to convert. |
Returns
Type | Description |
---|---|
string | The converted value. |