«^»
2.4. The primitive types
There is a set of primitive types some of which must be provided. They are:

size C# Visual Basic.NET
System.Boolean 8 bool Boolean
System.Byte 8 byte Byte
System.Int16 16 short Short
System.Int32 32 int Integer
System.Int64 64 long Long
System.Float 32 float Single
System.Double 64 double Double
System.Char 16 char Char
System.Decimal 128 decimal Decimal