Version

InputMask Property

Sets gets input mask. Mask may include filter-flags and literal characters.
Syntax
'Declaration
 
Public Property InputMask As System.String
public System.string InputMask {get; set;}
Remarks
Literal characters are part of mask which cannot be modified by end user. In order to use a filter-flag as a literal character, the escape "\\" character should be used. Default is "CCCCCCCCCC" Note: optional flags/entries affect the value returned by get of the "value" and "text" methods. List of filter-flags: C: any keyboard character. Entry is optional. &: any keyboard character. Entry is required. a: letter or digit character. Entry is optional. A: letter or digit character. Entry is required. ?: letter character. Entry is optional. L: letter character. Entry is required. 9: digit character. Entry is optional. 0: digit character. Entry is required. #: digit character or "+" or "_". Entry is optional with replacement by "emptyPositionChar" or by "padChar". >: all letters to the right are converted to the upper case. In order to disable conversion, the ">" flag should be used again. <: all letters to the right are converted to the lower case. In order to disable conversion, the "<" flag should be used again.
Requirements

Target Platforms: Windows 8.1, 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

View on GitHub