MaskedTextProvider::InsertAt Method

 

Inserts a character or string at a specific position within the formatted string.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodInsertAt(Char, Int32)

Inserts the specified character at the specified position within the formatted string.

System_CAPS_pubmethodInsertAt(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.

System_CAPS_pubmethodInsertAt(String^, Int32)

Inserts the specified string at a specified position within the formatted string.

System_CAPS_pubmethodInsertAt(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.

Return to top
Show: