Gets a value indicating whether the property type is numeric.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public bool IsNumeric { get; }
Visual Basic
Public ReadOnly Property IsNumeric As Boolean
	Get
Visual C++
public:
property bool IsNumeric {
	bool get ();
}

Field Value

true if the type returned by FormatType is numeric; otherwise, false.

See Also