System.WideString.printf

From RAD Studio API Documentation
Jump to: navigation, search

C++

int         __cdecl          printf(const wchar_t* format, ...); // Returns formatted length

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString

Description

Sets the value of the WideString, given a format string and its arguments.

Use printf to set the value of the WideString, given a standard C++ format specifier. Pass the values to any arguments in the format specifier as additional parameters following the format parameter. This method returns the length of the final formatted string.

See Also

Topics