ToInt161 BitConverter.ToInt16 메서드에 대해서 ToInt16 메서드 public static short ToInt16 (byte[] value, int startIndex); byte[] 배열에 시작 index를 지정하면 16bit, 2byte, Int16의 크기만큼 데이터를 short 형식으로 변환한다. (two byte array elements to a short) 예제 코드 // Example of the BitConverter.ToInt16 method. using System; class BytesToInt16Demo { const string formatter = "{0,5}{1,17}{2,10}"; // Convert two byte array elements to a short and display it. public static v.. 2024. 1. 8. 이전 1 다음