MaskedTextProvider.InsertAt Method
.NET Framework 4.5
Inserts a character or string at a specific position within the formatted string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
InsertAt(Char, Int32) | Inserts the specified character at the specified position within the formatted string. |
|
InsertAt(String, Int32) | Inserts the specified string at a 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, 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. |