printf


Description:

public bool printf (string format, ...)

Output Varargs to this using the format string format, similar to < citerefentry><refentrytitle>printf</refentrytitle> <manvolnum>3</manvolnum></citerefentry>.

Parameters:

this

A Output

format

The printf-style format string

...

the arguments for format

Returns:

true if successful, false if not