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)Declarationpublic ConsoleColoredString Substring(
int startIndex
) Summary
Retrieves a substring from this instance. The substring starts at a specified character position. Parametersint | startIndex |
The zero-based starting character position of a substring in this instance. |
Returns
A ConsoleColoredString object equivalent to the substring that begins at startIndex in this instance. Exceptions- System.ArgumentOutOfRangeException
startIndex is less than zero or greater than the length of this instance.
|