MobileForms Toolkit Documentation

MaskedTextProvider.Replace Method

Replaces a single character at or beyond the specified position with the specified character value.

Overload List

Replaces a single character at or beyond the specified position with the specified character value.

public virtual bool Replace(char,int);

Replaces a single character between the specified starting position and length with the specified character value.

public virtual bool Replace(char,int,int);

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace