Gentee Programming Language > Documentation > Libraries | Download documentation |
The function converts int into a string.
str int2str( str ret, str pattern, int val )
ret A string for obtaining the conversion result. If the string is not empty, data will be appended. pattern The conversion pattern string completely coincides with the conversion pattern of the printf and sprintf functions. val The convertible value.
The function returns the parameter ret.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |