N Nataly Member Oct 7, 2021 #1 Hello, I need to convert MPEG file to Bytes in order to send it in UDP packets. How can I correctly transform the file to Bytes? Thank you, Nataly
Hello, I need to convert MPEG file to Bytes in order to send it in UDP packets. How can I correctly transform the file to Bytes? Thank you, Nataly
Solution Erel Oct 7, 2021 File.ReadBytes will read the file and return an array of bytes with its content.
Erel B4X founder Staff member Licensed User Longtime User Oct 7, 2021 #2 File.ReadBytes will read the file and return an array of bytes with its content. Upvote 0 Solution