[]
        
(Showing Draft Content)

C1.Blazor.Input.MaskFormat

MaskFormat Enum

Defines how to format the value inside of a C1MaskedTextBox.

Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
public enum MaskFormat

Fields

Name Description
ExcludePromptAndLiterals

Return only text input by the user.

IncludeLiterals

Return text input by the user as well as any literal characters defined in the mask.

IncludePrompt

Return text input by the user as well as any instances of the prompt character.

IncludePromptAndLiterals

Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.