NWutoa
Converts an unsigned integer to a string
#include <nwlocale.h>
pnstr N_API NWutoa (
nuint value,
pnstr string,
nuint radix);
uses netwin32
Function NWultoa
(value : nuint32;
str : pnstr;
radix : nuint
) : pnstr;
Returns a pointer to the string.
NWutoa converts the digits of the specified value parameter to a NULL-terminated character string and stores the results in the string parameter.
NWutoa returns NULL if an invalid value is passed into the radix parameter.
The string parameter must be pointing to a buffer large enough to contain the number being converted.