MaskFormat
Wisej.Web.MaskFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Defines how to format the text inside of a MaskedTextBox control.
Fields
Name | Description |
---|---|
ExcludePromptAndLiterals | Return only the text entered by the user. |
IncludeLiterals | Return the text entered by the user as well as any literal characters defined in the mask. |
IncludePrompt | Return the text entered by the user as well as any instances of the prompt character. |
IncludePromptAndLiterals | Return the text entered by the user as well as any literal characters defined in the mask and any instances of the prompt character. |
Used By
Name | Description |
---|---|
Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. | |
Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. | |
Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. |
Last updated