skitz
Member
- Joined
- May 8, 2009
- Messages
- 15
- Programming Experience
- Beginner
Ok so i have another quiestion about hex string's.....
i have a hex string i need to be shown in a textbox, but i seem to be having trouble i can get the unicode string in the textbox but not the other way round can someone help please
to get the unicode im using
(i am using other code to get the offset etc)
so as you can see i can get the unicode but how do i get the hex string to the textbox
thanks
i have a hex string i need to be shown in a textbox, but i seem to be having trouble i can get the unicode string in the textbox but not the other way round can someone help please
to get the unicode im using
VB.NET:
textbox.Text = UnicodeEncoding.Unicode.GetString(Text)
so as you can see i can get the unicode but how do i get the hex string to the textbox
thanks