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