Method InsertAt | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui.TextValidateProviders

Assembly

Terminal.Gui.dll

InsertAt(char, int)

Insert character ch in position pos.

bool InsertAt(char ch, int pos)

Parameters

ch char

pos int

Returns

bool

true if the character was successfully inserted, otherwise false.

Edit this page