Uses the standard C sprintf function to append the character representation of the supplied integer i' to the stored string (format code d). For example, if the stored string is "taxon" and `i' is 9, the result is "taxon9". Definition at line 451 of file nxsstring.h. |