Click or drag to resize

CommonIsNumericType(Object) Method

Determines if Type of item is a numeric type, i.e., item is IConvertible and has a TypeCode that is one of: Boolean, SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64Single, Double or Decimal.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static bool IsNumericType(
	Object item
)
View Source

Parameters

item  Object
Object to evaluate.

Return Value

Boolean
true if item is a numeric type; otherwise, false.
See Also