string format

(const char* sString, ...)

Format a string.

Documentation

Format a string. This function is similiar to the printf() command in C. The first parameter is a format string and all other parameters are values to be included in the format string. The formated string is returned.

Alphabetic index



This page was generated with the help of DOC++.