This function converts an int value to a null terminated wide char array.
Compatibility:This function is compatible with the following targets:
|
ANSI
|
BeOS
|
EMB/RTOS
|
|
#include <extras.h>
wchar_t* _itow(int val, wchar_t *str, int radix);Parameters:
Parameters for this function are:
The radix is the base of the number in a range of 2 to 36.
Return:A pointer to the converted wide character string is returned.
See Also: