[ PrintfFormat ]
[ Version ( since = "2.28" ) ]
public void print (string format, ...)
Formats a message and prints it using the stdout print handler in the invoking process.
If this is a local invocation then this is exactly equivalent to print. If this is remote then this is equivalent to calling print in the invoking process.
this | |
format |
a printf-style format string |
... |
arguments, as per |