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 |
| Property: ConsoleColoredChar this[int]DeclarationConsoleColoredChar this[
int index
]Summary
Gets the character and color at a specified character position in the current colored string. Returns
A Unicode character with console colors. Exceptions- System.IndexOutOfRangeException
index is greater than or equal to the length of this string or less than zero.
|