Click or drag to resize

EnumUtilsIsNumericDataType Method (Type)

Returns wheter the System.Type is Numeric based on its relative PropertyDataType.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool IsNumericDataType(
	Type dataType
)

Parameters

dataType
Type: SystemType

Return Value

Type: Boolean
See Also