Type conversion


AtoI                                    Convert analog value to integer
AtoFloat64                              Convert analog value to Float64
AtoStr                                  Convert analog value to string
BCDDo                                   Convert an analog value to BCD (Binary Coded Decimal)
DiBCD                                   Convert BCD (Binary Coded Decimal) to analog value
DtoMask                                 Assamble digital values to integer bitmask
DtoEnum                                 Select an enumeration value
DtoStr                                  Convert digital value to string
EnumToD                                 Identify an enumeration value
Float64toA                              Convert a Float64 value to analog
Gray                                    Convert Gray code to analog value
Int64toI                                Convert Int64 value to integer (Int32)
ItoA                                    Convert integer value to analog
ItoInt64                                Convert integer value (Int32) to Int64
ItoStr                                  Convert integer value to string
ItoUInt32                               Convert integer value (Int32) to UInt32
ItoUInt64                               Convert integer value (Int32) to UInt64
MaskToD                                 Deassamble integer bitmask to digital values
NameToStr                               Converts attribute reference to string
UInt64toI                               Convert UInt64 value to integer (Int32)
UInt32toI                               Convert UInt32 value to integer (Int32)