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

Convert a P6R::P6FLOAT to a wide string.

Parameters
value[ in ] The P6FLOAT to convert.
pBuffer[ in ] The address of a wide character buffer in which to place 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