Declaration
public ConsoleColoredString ColorSubstring(
int index,
ConsoleColor? foreground
)Summary
Colors a range of characters beginning at a specified index within the current string in a specified
foreground color.
Parameters
| int | index |
The index at which to start coloring. |
| ConsoleColor? | foreground |
The foreground color to assign to the characters starting from the character at index, or
null to use the console’s default foreground color. |
Returns
The current string but with some of the foreground colors changed.