Click or drag to resize

CoreUtilsCheckIfTypeIsNumericType Method

Checks the type if the type is a numeric type.

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public static bool CheckIfTypeIsNumericType(
	Type toCheck
)

Parameters

toCheck
Type: SystemType
To check.

Return Value

Type: Boolean
true if the type is a numeric type, false otherwise. Numeric types are int, short, long, byte, double, single, decimal
See Also