Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: ConsoleColoredString Insert(int, ConsoleColoredString)

Declaration

public 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.

Parameters

intstartIndex The zero-based index position of the insertion.
ConsoleColoredStringvalue The string to insert.

Returns

A new string that is equivalent to this instance, but with value inserted at position startIndex.