(const long iValue, const int iRadix=10,
const int iLen=1)
Convert interger to string.
Documentation
Convert interger to string.
This function converts the integer iValue to a string and returns
it. Optionally you can specify a different numeric base than 10 with the
parameter iRadix and you can use the iLen Parameter to
specify the length of the resulting string (filled with zeroes). For
example: If you convert the value 254 with base 16 and
length 4 you get a string value of 00fe.
Alphabetic index
This page was generated with the help of DOC++.