Gets a value indicating whether the property type is numeric.
Namespace: SimolAssembly: 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 (); } |