Gets or sets RegEx decimal expression.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public string RegExDecimal { get; set; }
Visual Basic
Public Property RegExDecimal As String
	Get
	Set
Visual C++
public:
property String^ RegExDecimal {
	String^ get ();
	void set (String^ value);
}
F#
member RegExDecimal : string with get, set

Property Value

Type: String

See Also