MaskedTextProvider::RemoveAt Method

 

Removes one or more assigned characters from the formatted string.

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

NameDescription
System_CAPS_pubmethodRemoveAt(Int32)

Removes the assigned character at the specified position from the formatted string.

System_CAPS_pubmethodRemoveAt(Int32, Int32)

Removes the assigned characters between the specified positions from the formatted string.

System_CAPS_pubmethodRemoveAt(Int32, Int32, Int32%, MaskedTextResultHint%)

Removes the assigned characters between the specified positions from the formatted string, and then outputs the removal position and descriptive information.

Return to top
Show: