Declaration
public static ConsoleColoredString Format(
ConsoleColoredString format,
IFormatProvider provider,
params object[] args
)Summary
Replaces the format item in a specified string with the string representation of a corresponding object in a
specified array. A specified parameter supplies culture-specific formatting information.
Parameters
| ConsoleColoredString | format |
A composite format string. |
| IFormatProvider | provider |
An object that supplies culture-specific formatting information. |
| 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.