System.AnsiStringT.cat_printf

From RAD Studio API Documentation
Jump to: navigation, search


C++

int __cdecl cat_printf(const char* format, ...) {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Appends to the value of the AnsiStringT, given a format string and its arguments.

Use cat_cat_printf to modify the value of the AnsiStringT by appending the result of using 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 number of bytes appended to the AnsiStringT.

See Also