Name | Description | |
---|---|---|
![]() | MaskFormatter Constructor | Overloaded. |
The following tables list the members exposed by MaskFormatter.
Name | Description | |
---|---|---|
![]() | MaskFormatter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | FormatString | Gets or sets the format string. |
![]() | IgnoreThrowFormatException | Sets allow ignore throw format exception or not. |
![]() | ManageInput | If implemented, it supports methods which allow an editor to use for validating and formatting user input. |
![]() | MaskChar | Gets or sets the mask character. |
![]() | MaskType | Gets or sets the type of mask (ex: none, PicMask, Float). |
![]() | RegionSettings | Gets or sets the regional settings. |
Name | Description | |
---|---|---|
![]() | IsFmtStrParsed | Determines whether the format string has been parsed since it was set or changed (or something else changed). |
Name | Description | |
---|---|---|
![]() | FromFormattedString | Overloaded. Parses and returns the "value" from a formatted string. |
![]() | FromUnformattedString | Parses and returns the "value" from an unformatted string. |
![]() | HasNegativeSign | Determines whether the specified text has a negative sign. |
![]() | ParseFormatString | Parses the format string. |
![]() | ToFormattedString | Returns a formatted string (plus attributes) for the value passed. |
![]() | ToUnformattedString | Returns an unformatted string for the value passed. |
Name | Description | |
---|---|---|
![]() | OnCustomMask | Occurs when the custom mask is used. |
![]() | VerifyParsedObject | Verifies the parsed object. |
Name | Description | |
---|---|---|
![]() | CustomMask | Handles custom mask event. |