WizardTextStyleRegularExpresion Method

Checks if the value matchs the regular expression indicated in regularExpression.

Definition

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

Parameters

regularExpression  String
A valid regular expression

Return Value

WizardTextStyle
WizardTextStyle with the wizard text style.

See Also