Constructs a string from a character. Constructs a string with a human-readable representation of integer number#. The format is similar to format #"%d"# in function printf#. Definition at line 2627 of file GString.cpp. { init(GStringRep::UTF8::create_format("%d",number)); }
|