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 Substring(int, int)Declarationpublic ConsoleColoredString Substring(
int startIndex,
int length
) Summary
Retrieves a substring from this instance. The substring starts at a specified character position and has a
specified length. Parametersint | startIndex |
The zero-based starting character position of a substring in this instance. | int | length |
The number of characters in the substring. |
Returns
A ConsoleColoredString equivalent to the substring of length length that begins at startIndex in this instance. |