virtual P6R::P6ERR P6R::p6ISafeString::floatToString ( P6R::P6FLOAT  value,
P6R::P6CHAR *  pBuffer,
P6R::P6SIZE  cBuffer,
P6R::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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.