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.1.0.0 (5.1.0)
Syntax public 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