string to binary

  1. MARCO C.

    Italian [B4J] Lettura sequenziale file binario

    Ciao a tutti, avrei la necessita di leggere un file e step di x byte ( es. 10 byte ) ... ma mi sto perdendo con del codice di esempio che ho trovato nel forum.. tra ReadBytes .. InputStream etc. etc . Il file in questione è abbastanza piccolo e dovrei leggere il suo contenuto e volta x volta...
  2. 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