Hi
This is a snipped how to convert String to Binary and Binary to String.
Thanks to @sorex for providing the Binary2String Code and to @Erel for the String2Binary Code.
#1, String To Binary:
Sub String2Binary(txt As String) As String
Dim res As String = ""
For Each b As Byte In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.