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)
Syntaxpublic static bool CheckIfTypeIsNumericType(
	Type toCheck
)
Public Shared Function CheckIfTypeIsNumericType ( 
	toCheck As Type
) As Boolean
Parameters
- toCheck
 - Type: SystemType
To check. 
Return Value
Type: 
Booleantrue if the type is a numeric type, false otherwise. Numeric types are int, short, long, byte, double, single, decimal
See Also