skip_printf
Description:
[
PrintfFormat ]
[
Version ( since =
"2.70" ) ]
public void skip_printf (
string format, ...)
Equivalent to skip, but the explanation is formatted as if by
to_string.
Parameters:
format |
the format string
|
... |
printf-like arguments to format
|