MaskedTextProvider::Add Method

 

Adds an input character or input string to the formatted string.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAdd(Char)

Adds the specified input character to the end of the formatted string.

System_CAPS_pubmethodAdd(Char, Int32%, MaskedTextResultHint%)

Adds the specified input character to the end of the formatted string, and then outputs position and descriptive information.

System_CAPS_pubmethodAdd(String^)

Adds the characters in the specified input string to the end of the formatted string.

System_CAPS_pubmethodAdd(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.

Return to top
Show: