Version

MaskDataMode Enumeration

The approach that used to build string for the Value property of the WebMaskEdit control.
Syntax
'Declaration
 
Public Enum MaskDataMode 
   Inherits System.Enum
public enum MaskDataMode : System.Enum 
Members
MemberDescription
AllTextText with all empty prompt-mask positions replaced by the EmptyPositionChar characters and literal-mask characters.
RawTextRaw text. No empty prompt-mask positions and no literal-mask characters.
RawTextWithAllPromptsRaw text with all empty prompt-mask positions replaced by the EmptyPositionChar characters. No literal-mask characters.
RawTextWithLiteralsRaw text with literal-mask characters. No empty prompt-mask positions.
RawTextWithRequiredPromptsRaw text with empty required prompt-mask positions replaced by the EmptyPositionChar characters. No empty optional prompt-mask positions and no literal-mask characters.
RawTextWithRequiredPromptsAndLiteralsRaw text with empty required prompt-mask positions replaced by the EmptyPositionChar characters. Literal-mask characters are included. No empty optional prompt-mask positions.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also