LabVIEW가 데이터를 읽고 해석할 수 있도록 LabVIEW는 .NET 프로퍼티, 메소드, 컨스트럭터 파라미터의 데이터 타입을 LabVIEW 데이터 타입으로 변환합니다. LabVIEW는 변환할 수 없는 데이터 타입을 .NET 참조 번호로 디스플레이합니다.

다음 테이블은 지원되는 .NET Framework 데이터 타입과 이에 대응하는 LabVIEW 데이터 타입을 나열합니다.

표 2. 지원되는 .NET Framework 데이터 타입 및 해당 LabVIEW 데이터 타입
지원되는 .NET Framework 타입 LabVIEW 타입
System.Int64, System.UInt64, System.Int32, System.UInt32, System.Int16, System.UInt16 LabVIEW control terminal representing a 64-bit signed integer numeric data type., LabVIEW control terminal representing a 64-bit unsigned integer numeric data type., LabVIEW control terminal representing a 32-bit signed integer numeric data type., LabVIEW control terminal representing a 32-bit unsigned integer numeric data type., LabVIEW control terminal representing a 16-bit signed integer numeric data type., LabVIEW control terminal representing a 16-bit unsigned integer numeric data type.
System.String LabVIEW control terminal representing a string data type.
System.Boolean LabVIEW control terminal representing a Boolean data type.
System.Byte, System.Char, System.UByte LabVIEW control terminal representing an 8-bit unsigned integer numeric data type.
System.Single, System.Double, System.Decimal LabVIEW control terminal representing double-precision floating-point data type.
System.Array 대응하는 타입의 배열로 디스플레이됩니다.
Enumeration 대응하는 타입의 정수를 가진 링 컨트롤, 상수 또는 인디케이터로 표시됩니다.
DateTime LabVIEW control terminal representing a <64.64>-bit time stamp data type.
다른 모든 .NET Framework 객체 LabVIEW control terminal representing a reference number data type.

다음 테이블은 지원되는 .NET 8.0 (Core) 데이터 타입과 이에 대응하는 LabVIEW 데이터 타입을 나열합니다.

표 3. 지원되는 .NET 8.0 (Core) 데이터 타입과 이에 대응하는 LabVIEW 데이터 타입
지원되는 .NET 8.0 (Core) 타입 LabVIEW 타입
System.Int64, System.UInt64, System.Int32, System.UInt32, System.Int16, System.UInt16 LabVIEW control terminal representing a 64-bit signed integer numeric data type., LabVIEW control terminal representing a 64-bit unsigned integer numeric data type., LabVIEW control terminal representing a 32-bit signed integer numeric data type., LabVIEW control terminal representing a 32-bit unsigned integer numeric data type., LabVIEW control terminal representing a 16-bit signed integer numeric data type., LabVIEW control terminal representing a 16-bit unsigned integer numeric data type.
System.String LabVIEW control terminal representing a string data type.
System.Boolean LabVIEW control terminal representing a Boolean data type.
System.Byte, System.Char LabVIEW control terminal representing an 8-bit unsigned integer numeric data type.
System.Single, System.Double LabVIEW control terminal representing double-precision floating-point data type.
System.Array 대응하는 타입의 배열로 디스플레이됩니다.
다른 .NET 8.0 (Core) 객체 LabVIEW control terminal representing a reference number data type.