Declaration
public static ConsoleColoredString Format(
ConsoleColoredString format,
params object[] args
)Summary
Replaces each format item in a specified string with the string representation of a corresponding object in a
specified array.
Parameters
| ConsoleColoredString | format |
A composite format string. |
| object[] | args |
An object array that contains zero or more objects to format. |
Returns
A copy of
format in which the format items have been replaced by the string representation
of the corresponding objects in
args.