[help] making a text to hex converter and vice versa[Solved]
Hello, I want to make a converter for text to hex and hex to text. The things is I don't know how to start or how the conversion works. Any help? Thank you =).
If text = hex Then
textbox1.text = hex
Else
hex = text
End If