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
|
|
System.String
|
|
System.Boolean
|
|
System.Byte, System.UByte
|
|
System.Char
|
|
System.Single, System.Double, System.Decimal
|
|
System.Array
|
An array of the corresponding type.
|
Enumeration
|
A ring with an integer value of a corresponding type.
|
DateTime
|
|
Any other .NET object
|
|