Conversion of .NET Data Types to LabVIEW NXG Data Types

LabVIEW NXG converts the data types of .NET property, method, and constructor parameters into LabVIEW NXG data types so LabVIEW NXG can read and interpret the data.

LabVIEW NXG displays data types it cannot convert as .NET references. Refer to the following table to compare .NET data types and their corresponding LabVIEW NXG data types.

.NET Data Types LabVIEW Data Types
System .Int64, System .UInt64, System Int32, System UInt32, System .Int16, System .UInt16 1378
System.String 1378
System.Boolean 1378
System.Byte, System.UByte 1378
System.Char 1378
System.Single, System.Double, System.Decimal 1378
System.Array An array of the corresponding type.
Enumeration A ring with an integer value of a corresponding type.
DateTime 1378
Any other .NET object 1378