Data Type C# Tutorial

CTS Type Name          C# Alias                         Description
System.Object          Object                           Base class for all CTS types
System.String          String                           String
System.Sbyte           Sbyte                            Signed 8-bit byte
System.Byte            Byte                             Unsigned 8-bit byte
System.Int16           Short                            Signed 16-bit value
System.UInt16          Ushort                           Unsigned 16-bit value
System.Int32           Int                              Signed 32-bit value
System.UInt32          Uint                             Unsigned 32-bit value
System.Int64           Long                             Signed 64-bit value
System.UInt64          Ulong                            Unsigned 64-bit value
System.Char            Char                             16-bit Unicode character
System.Single          Float                            IEEE 32-bit float
System.Double          Double                           IEEE 64-bit float
System.Boolean         Bool                             Boolean value (true/false)
System.Decimal         Decimal                          128-bit data type