public static interface DotNetNativeTypes.ITypeCode
Modifier and Type | Field and Description |
---|---|
static int |
TypeCode_Boolean
A simple type representing Boolean values of true or false
|
static int |
TypeCode_Byte
An integral type representing unsigned 8-bit integers with values between 0 and 255
|
static int |
TypeCode_Char
An integral type representing unsigned 16-bit integers with values between 0 and 65535.
|
static int |
TypeCode_DateTime
A type representing a date and time value
|
static int |
TypeCode_DBNull
A database null (column) value
|
static int |
TypeCode_Decimal
A simple type representing values ranging from 1.0 x 10 -28 to approximately 7.9 x 10 28 with 28-29 significant digits
|
static int |
TypeCode_Double
A floating point type representing values ranging from approximately 5.0 x 10 -324 to 1.7 x 10 308 with a precision of 15-16 digits
|
static int |
TypeCode_Empty
A null reference
|
static int |
TypeCode_Int16
An integral type representing signed 16-bit integers with values between -32768 and 32767
|
static int |
TypeCode_Int32
An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647
|
static int |
TypeCode_Int64
An integral type representing signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807
|
static int |
TypeCode_Object
A general type representing any reference or value type not explicitly represented by another TypeCode
|
static int |
TypeCode_SByte
An integral type representing signed 8-bit integers with values between -128 and 127
|
static int |
TypeCode_Single
A floating point type representing values ranging from approximately 1.5 x 10 -45 to 3.4 x 10 38 with a precision of 7 digits
|
static int |
TypeCode_String
A sealed class type representing Unicode character strings
|
static int |
TypeCode_UInt16
An integral type representing unsigned 16-bit integers with values between 0 and 65535
|
static int |
TypeCode_UInt32
An integral type representing unsigned 32-bit integers with values between 0 and 4294967295
|
static int |
TypeCode_UInt64
An integral type representing unsigned 64-bit integers with values between 0 and 18446744073709551615
|
static final int TypeCode_Empty
static final int TypeCode_Object
static final int TypeCode_DBNull
static final int TypeCode_Boolean
static final int TypeCode_Char
static final int TypeCode_SByte
static final int TypeCode_Byte
static final int TypeCode_Int16
static final int TypeCode_UInt16
static final int TypeCode_Int32
static final int TypeCode_UInt32
static final int TypeCode_Int64
static final int TypeCode_UInt64
static final int TypeCode_Single
static final int TypeCode_Double
static final int TypeCode_Decimal
static final int TypeCode_DateTime
static final int TypeCode_String