B4A Library ByteConverter library - agraham    Dec 15, 2015   (13 reactions)   tags: Lib, Byte Converter :- Version 1.1 posted. See post #4 for details.
Download link: www.b4x.com/android/files/ByteConverter1.1...It's occasionally useful to be able to poke around in things as arrays of bytes so this library... B4R Question Different behaviour of ByteConverter.ArrayCopy in different boards - hatzisn    Sep 25, 2021 Serial1 As Serial
Dim bc As ByteConverter
End Sub
Private Sub AppStart
Serial1.Initialize(9600)
Log("AppStart")
Dim arr1(200) As Byte
Dim arr2(210) As Byte
For ii... B4i Question [solved] "Build failed" fatal error: 'ByteConverter.h' file not found - fredo    Dec 28, 2020 : 'ByteConverter.h' file not found
#import "ByteConverter.h"
^~~~~~~~~~~~~~~~~
CompileC.../b4i_myhelper.h:2:9: fatal error: 'ByteConverter.h' file not found
#import.../b4i_scrollinglabel.h:2:9: fatal error: 'ByteConverter.h' file not found
#import "ByteConverter.h... Share My Creation [Project Template] User Login Server - aeric    Jun 24, 2025   (12 reactions) up email. Database: SQLite MySQL Depends on: ByteConverter v1.10 jNet v1.81 Encryption v1.10... Bug? [Solved] ByteConverter library not found - Emme Developer    May 2, 2020 As attached image shows, i am not able to use ByteConverter. Am i missing something or ByteConverter is not in part of RandomAccessFile?... Wish ByteConverter <whatever>fromBytes would take a buffer length - Robert Valentino    Apr 16, 2020 I am trying to reuse the same buffer over and over in reading from SD card
ByteConverter allows:
dim Temp() as ULong = BC.ULongsFromBytes(mBuffer)
The length that Temp has it the complete...
Temp = mByteConverter.ULongsFromBytes(mBuffer) ' If byte converter allowed... B4J Question Hex to int with ByteConverter - Drago Bratko (first post)    May 4, 2024 Thanks to all.
Just to give response to others who may need it, both ways (Daestrum and emexes solut... B4A Question ByteConvert Library - victormedranop    Jan 15, 2018 Hi, I am working with byte converter library.
but I have some problems converting byte to and 8 bit.
I am using
Dim s As Short = 99
Dim comando() As Byte = bc.ShortsToBytes(Array As Short(s))
the result of this is 99 in byte of course + 0 byte too
but I only need one byte
this represent a low byte and high byte. If I use int I use 4 bit.
if I use double that's 8 bit, does not work... B4R Question Help with ByteConverter - daveinhull (first post)    Dec 1, 2023 Many thanks @Daestrum , couldn't see for looking... B4R Question Bad Results from ByteConverter - teddybear (first post)    May 12, 2023   (1 reaction)
I get strange results from ByteConverter:
141921what is the problem?
Try this code
Dim..., IsNumber(floatStr))
Dim bc As ByteConverter
Dim f As Float = bc.StringFromBytes(floatStr... Page: 1   2   3   4   5   6   |