T Tom Shelton May 19, 2008 #2 How do i convert an integer value to a byte array? Click to expand... System.BitConverter. Dim bytes() As Byte = BitConverter.GetBytes (10) HTH
How do i convert an integer value to a byte array? Click to expand... System.BitConverter. Dim bytes() As Byte = BitConverter.GetBytes (10) HTH