Category Creo Parametric TOOLKIT fundamentals, Object ProString

Function ProTKVprintf


Description
Provides a UNICODE-supported equivalent to the C run time function vprintf(). This function supports all format specifiers and modifiers as are supported by the C-language specification. The data will be transcoded to native encoding, which may result in out-of-locale characters in the results.
Synopsis
#include <ProTKRunTime.h>
intProTKVprintf(
const char* format_string
/* (In)
The format string.
*/
va_list args
/* (In)
The variant values to replace the format specifiers included in the string.
*/
)
Returns
ValueThe number of characters sent to stdout.

Manual References:

  1. Unicode Encoding: Special External Interface: printf() and scanf() Functions