2.4.18 TypeCode

The TypeCode enumeration specifies the type of an object. This enumeration contains valid values for the TypeCode property. The value of the TypeCode enumeration MUST be one of the following.

Value

Meaning

0x03

Boolean

0x04

Char

0x06

Byte

0x07

Int16

0x09

Int32

0x0B

Int64

0x0C

Single

0x0D

Double

0x0E

Decimal

0x0F

DateTime

0x11

String