Gentee Programming Language > Documentation > Libraries | Download documentation |
The function converts double into a string.
str double2str( str ret, str pattern, double 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. ![]() |