string uintstr

(const unsigned long iValue, const int iRadix=10,
  const int iLen=1)

Convert unsigned interger to string.

Documentation

Convert unsigned interger to string. This function converts the unsigned 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++.