| MobileForms Toolkit Documentation |
|
MaskedTextProvider.RemoveAt Method (Int32, Int32)
Removes the assigned characters between the specified positions from the formatted string.
public virtual
void RemoveAt(
int position,
int length);
Parameters
-
position
- The zero-based index of the first assigned character to remove.
-
length
- The length of the text to be removed.
See Also
MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace | MaskedTextProvider.RemoveAt Overload List