MaskedTextProvider Methods
.NET Framework 4.5
The MaskedTextProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(Char) | Adds the specified input character to the end of the formatted string. |
|
Add(String) | Adds the characters in the specified input string 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, Int32, MaskedTextResultHint) | Adds the characters in the specified input string to the end of the formatted string, and then outputs position and descriptive information. |
|
Clear() | Clears all the editable input characters from the formatted string, replacing them with prompt characters. |
|
Clear(MaskedTextResultHint) | Clears all the editable input characters from the formatted string, replacing them with prompt characters, and then outputs descriptive information. |
|
Clone | Creates a copy of the current MaskedTextProvider. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FindAssignedEditPositionFrom | Returns the position of the first assigned editable position after the specified position using the specified search direction. |
|
FindAssignedEditPositionInRange | Returns the position of the first assigned editable position between the specified positions using the specified search direction. |
|
FindEditPositionFrom | Returns the position of the first editable position after the specified position using the specified search direction. |
|
FindEditPositionInRange | Returns the position of the first editable position between the specified positions using the specified search direction. |
|
FindNonEditPositionFrom | Returns the position of the first non-editable position after the specified position using the specified search direction. |
|
FindNonEditPositionInRange | Returns the position of the first non-editable position between the specified positions using the specified search direction. |
|
FindUnassignedEditPositionFrom | Returns the position of the first unassigned editable position after the specified position using the specified search direction. |
|
FindUnassignedEditPositionInRange | Returns the position of the first unassigned editable position between the specified positions using the specified search direction. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetOperationResultFromHint | Determines whether the specified MaskedTextResultHint denotes success or failure. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InsertAt(Char, Int32) | Inserts the specified character at the specified position within the formatted string. |
|
InsertAt(String, Int32) | Inserts the specified string at a specified position within the formatted string. |
|
InsertAt(Char, Int32, Int32, MaskedTextResultHint) | Inserts the specified character at the specified position within the formatted string, returning the last insertion position and the status of the operation. |
|
InsertAt(String, Int32, Int32, MaskedTextResultHint) | Inserts the specified string at a specified position within the formatted string, returning the last insertion position and the status of the operation. |
|
IsAvailablePosition | Determines whether the specified position is available for assignment. |
|
IsEditPosition | Determines whether the specified position is editable. |
|
IsValidInputChar | Determines whether the specified character is a valid input character. |
|
IsValidMaskChar | Determines whether the specified character is a valid mask character. |
|
IsValidPasswordChar | Determines whether the specified character is a valid password character. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove() | Removes the last assigned character from the formatted string. |
|
Remove(Int32, MaskedTextResultHint) | Removes the last assigned character from the formatted string, and then outputs the removal position and descriptive information. |
|
RemoveAt(Int32) | Removes the assigned character at the specified position from the formatted string. |
|
RemoveAt(Int32, Int32) | Removes the assigned characters between the specified positions from the formatted string. |
|
RemoveAt(Int32, Int32, Int32, MaskedTextResultHint) | Removes the assigned characters between the specified positions from the formatted string, and then outputs the removal position and descriptive information. |
|
Replace(Char, Int32) | Replaces a single character at or beyond the specified position with the specified character value. |
|
Replace(String, Int32) | Replaces a range of editable characters starting at the specified position with the specified string. |
|
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, 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. |
|
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(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. |
|
Set(String) | Sets the formatted string to the specified input string. |
|
Set(String, Int32, MaskedTextResultHint) | Sets the formatted string to the specified input string, and then outputs the removal position and descriptive information. |
|
ToDisplayString | Returns the formatted string in a displayable form. |
|
ToString() | Returns the formatted string that includes all the assigned character values. (Overrides Object.ToString().) |
|
ToString(Boolean) | Returns the formatted string, optionally including password characters. |
|
ToString(Boolean, Boolean) | Returns the formatted string, optionally including prompt and literal characters. |
|
ToString(Int32, Int32) | Returns a substring of the formatted string. |
|
ToString(Boolean, Int32, Int32) | Returns a substring of the formatted string, optionally including password characters. |
|
ToString(Boolean, Boolean, Int32, Int32) | Returns a substring of the formatted string, optionally including prompt and literal characters. |
|
ToString(Boolean, Boolean, Boolean, Int32, Int32) | Returns a substring of the formatted string, optionally including prompt, literal, and password characters. |
|
VerifyChar | Tests whether the specified character could be set successfully at the specified position. |
|
VerifyEscapeChar | Tests whether the specified character would be escaped at the specified position. |
|
VerifyString(String) | Tests whether the specified string could be set successfully. |
|
VerifyString(String, Int32, MaskedTextResultHint) | Tests whether the specified string could be set successfully, and then outputs position and descriptive information. |