MaskFormat
Wisej.Web.MaskFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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 |
---|---|
Since 3.2.8 Returns or sets a value that determines whether literals and prompt characters are included in the Text value when the DateTimePicker also specifies a Mask. | |
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