Library documentation: ByteConverter - v1.10 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... 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... 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... 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 length of buffer. Would be nice if Byteconverter allowed a length when specifying the buffer... 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... Bug? Strange results of ByteConverter - Erel (first post)    May 10, 2023   (1 reaction) Not a bug. Please post it in the questions forum.... 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... German ByteConverter signed16 to dec? - emexes (first post)    Dec 12, 2022   (1 reaction) Dies könnte funktionieren (ich kann es im Moment nicht testen):
Dim Temp As Short = 0xEFF5
Log(Temp)
Temp = 0x0008
Log(Temp)... B4R Question I have problem in Byteconvert - Erel (first post)    Mar 20, 2022 It looks like you have copied the B4A library to B4R folder. It will not work.
ByteConverter type is available inside rRandomAccessFile library.... Page: 1   2   3   4   5   |