convert
Description:
Convert src_val in src_fmt to the equivalent value in dest_fmt.
The result will be put in dest_val.
Parameters:
| this |
the RingBuffer |
| src_fmt |
the source format |
| src_val |
the source value |
| dest_fmt |
the destination format |
| dest_val |
a location to store the converted value |
Returns:
|
TRUE if the conversion succeeded. |