Color(character, foreground) Color(foreground, background) Color(character, foreground, background) Format(format, provider, args) IndexOf(value, startIndex, comparisonType) IndexOf(value, startIndex, count, comparisonType) Replace(oldValue, newValue, comparison) Split(separator, count, options)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: ConsoleColoredString Format(ConsoleColoredString, IFormatProvider, params object[])Declarationpublic 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. ParametersConsoleColoredString | 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. |