binary to string

  1. ilan

    Android Code Snippet Binary2String

    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...
Top