Method String.Buffer()->sprintf()
- Method
sprintf
intsprintf(strict_sprintf_formatformat,sprintf_args...args)- Description
Appends the output from sprintf at the end of the string. Returns the resulting size of the String.Buffer.
int sprintf(strict_sprintf_format format, sprintf_args ... args)
Appends the output from sprintf at the end of the string. Returns the resulting size of the String.Buffer.