Utils_OtherIsNumber Method |
Checks if an object if of any of these types :
sbyte, byte, short, ushort, int, uint, long, ulong, float, double, decimal.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static bool IsNumber(
Object value
)
Parameters
- value
- Type: SystemObject
Return Value
Type:
BooleanSee Also