WizardTextStyleMaskEdit Method

Formats entry input following the mask.

Definition

Namespace: Aliquo.Windows.Wizard.Styles
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static WizardTextStyle MaskEdit(
	string mask
)

Parameters

mask  String
Value of the mask.

Return Value

WizardTextStyle
WizardTextStyle with the wizard text style.

Remarks

These are the reference characters used:


#: Numbers


A: Capital letters


a: Lowercase letters


&&: Capital and lowercase letters


$: Capital, lowercase letters and numbers

The following is an example of valid mask:


AAAAA => Five capital letters

See Also