Implicit .NETobject type
|
Implicit C#primitive data type
|
Implicit ABLprimitive type
|
System.Boolean
|
bool
|
LOGICAL
|
System.Byte
|
byte
|
|
System.SByte
|
sbyte
|
INTEGER1
|
System.DateTime
|
–
|
DATETIME
|
System.Decimal
|
decimal
|
|
System.Int16
|
short
|
INTEGER5
|
System.UInt16
|
ushort
|
|
System.Int32
|
int
|
INTEGER8
|
System.UInt32
|
uint
|
|
System.Int64
|
long
|
INT6411
|
System.UInt64
|
ulong
|
|
System.Double
|
double
|
DECIMAL14
|
System.Single
|
float
|
DECIMAL15
|
System.Char
|
char
|
CHARACTER16
|
System.String
|
string
|
CHARACTER17
LONGCHAR18
|