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 Insert(int, ConsoleColoredString)Declarationpublic ConsoleColoredString Insert(
int startIndex,
ConsoleColoredString value
) Summary
Returns a new string in which a specified string is inserted at a specified index position in this instance. Parametersint | startIndex |
The zero-based index position of the insertion. | ConsoleColoredString | value |
The string to insert. |
Returns
A new string that is equivalent to this instance, but with value inserted at position
startIndex. |