Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::floatToString ( P6FLOAT  value,
P6CHAR pBuffer,
P6SIZE  cBuffer,
P6SIZE pcWritten 
)
pure virtual

Convert a P6R::P6FLOAT to a string.

Parameters
value[ in ] The P6FLOAT to convert.
pBuffer[ in ] The address of a buffer in which to places the converted string.
cBuffer[ in ] The size of the buffer in characters.
pcWritten[out, optional] The address of a P6SIZE in which will be placed a count of the number of characters that were copied to pBuffer. If this information is not required, NULL can be passed here.
Returns