Method ParseHandleValueToString
ParseHandleValueToString(THandleValueType)
Method to implement to resolve a TValueType
value into a string value.
You can use ToString() for floating point value types for example.
You can also round the value if you want a specific number of decimals.
Declaration
protected virtual string ParseHandleValueToString(THandleValueType val)
Parameters
Type | Name | Description |
---|---|---|
THandleValueType | val | The |
Returns
Type | Description |
---|---|
string |