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