TypeClass Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum used for grouping System.Types into larger classes
public enum TypeClass
type TypeClass =
Public Enum TypeClass
- Inheritance
-
TypeClass
Fields
Name | Value | Description |
---|---|---|
Unsupported | 0 | Not supported type - functionally equivalent to null |
Numeric | 1 | Numeric types - includes integer, floating point, and fixed point |
String | 2 | |
Bool | 3 | |
DateTime | 4 | |
Guid | 5 | |
Array | 6 | |
Variant | 7 | Unknown return type |
VarArgs | 8 | Variable number of parameters |
BitmappedEnum | 9 | A bitmapped enumeration |