Removes the assigned character at the specified position from the formatted string.
Removes the assigned character at the specified position from the formatted string.
public virtual void RemoveAt(int);
Removes the assigned characters between the specified positions from the formatted string.
public virtual void RemoveAt(int,int);
MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace