Hi
I have the following string :
"1F"
I need to present it as a BYTE
so if I have : BYTE array[2]
then -> array[0] = 0x1F
How can it be done?
Thank u
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: presenting a string as a byte
|
Click Here to Expand Forum to Full Width |