The printf method formats the arguments following a format string.
System.String printf(System.Int32 cFormat , arguments );
cFormat
format string
arguments
arguments to be formatted into the string
Returns the formatted string.
It is similar to the C function of the same name.
Member of util.