MaskedTextProvider::InsertAt Method
.NET Framework (current version)
Inserts a character or string at a specific position within the formatted string.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | InsertAt(Char, Int32) | Inserts the specified character at the specified position within the formatted string. |
![]() | InsertAt(Char, Int32, Int32%, MaskedTextResultHint%) | Inserts the specified character at the specified position within the formatted string, returning the last insertion position and the status of the operation. |
![]() | InsertAt(String^, Int32) | Inserts the specified string at a specified position within the formatted string. |
![]() | InsertAt(String^, Int32, Int32%, MaskedTextResultHint%) | Inserts the specified string at a specified position within the formatted string, returning the last insertion position and the status of the operation. |
Show:
