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 |
| Method: ConsoleColor?[] GetColors()Declarationpublic ConsoleColor?[] GetColors() Summary
Returns an array describing the foreground color of every character in the current string. Returns
A copy of the internal color array. Modifying the returned array is safe. |