MaskedTextProvider::Add Method
.NET Framework (current version)
Adds an input character or input string to the formatted string.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Char) | Adds the specified input character to the end of the formatted string. |
![]() | Add(Char, Int32%, MaskedTextResultHint%) | Adds the specified input character to the end of the formatted string, and then outputs position and descriptive information. |
![]() | Add(String^) | Adds the characters in the specified input string to the end of the formatted string. |
![]() | Add(String^, Int32%, MaskedTextResultHint%) | Adds the characters in the specified input string to the end of the formatted string, and then outputs position and descriptive information. |
Show:
