Replaces a single character between the specified starting position and length with the specified character value.
true if the character was successfully replaced; otherwise, false.
The Replace(Char, Int32, Int32) method searches for the first editable position in the formatted string between the specified starting position and length. If one is found, the value of the editable position is changed to the specified character, input.
MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace | MaskedTextProvider.Replace Overload List