MaskedTextProvider::Replace Method
Replaces one or more editable characters in the formatted string with the specified characters.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Replace(Char, Int32) | Replaces a single character at or beyond the specified position with the specified character value. |
![]() | Replace(Char, Int32, Int32, Int32%, MaskedTextResultHint%) | Replaces a single character between the specified starting and ending positions with the specified character value, and then outputs the removal position and descriptive information. |
![]() | Replace(Char, Int32, Int32%, MaskedTextResultHint%) | Replaces a single character at or beyond the specified position with the specified character value, and then outputs the removal position and descriptive information. |
![]() | Replace(String^, Int32) | Replaces a range of editable characters starting at the specified position with the specified string. |
![]() | Replace(String^, Int32, Int32, Int32%, MaskedTextResultHint%) | Replaces a range of editable characters between the specified starting and ending positions with the specified string, and then outputs the removal position and descriptive information. |
![]() | Replace(String^, Int32, Int32%, MaskedTextResultHint%) | Replaces a range of editable characters starting at the specified position with the specified string, and then outputs the removal position and descriptive information. |
