Declaration
public 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.
Parameters
| int | 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.