Board index » Visual Studio » Handling binary data stream
|
babumohan
|
Handling binary data stream
Visual Studio17
Hi, I need a VB.Net function that reads in a stream of binary data coming in from a legacy data source. The data are actually hex numbers in binary format but the problem is that I don't know how handle it in my VB program. All I need is to be able to transform those bytes into hex, such as 'oxF9', but right now all I can see are un-readable binary data. What is the best way to do this kind of work? Thanks feng - |
