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: ConsoleColoredString Remove(int)Declarationpublic ConsoleColoredString Remove(
int startIndex
) Summary
Returns a new ConsoleColoredString in which all characters from the specified startIndex onwards have been removed. Parametersint | startIndex |
Index of the first character to remove. |
|