OleDbSchemaIsNumeric Method |
Checks whether a given type is numeric.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsNumeric(
Type type
)
Parameters
- type Type
- Type to check.
Return Value
BooleanTrue if the type is numeric; false otherwise.
See Also