Replaces a single character at or beyond the specified position with the specified character value.
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);
MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace