MobileForms Toolkit Documentation

MaskedTextProvider.RemoveAt Method

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

Overload List

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);

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace