how do i convert bytearray to big endian
how do i convert a 4 bytes length array like "56 76 01 6f" to big endian ?
stream sets type converter fails to handle this as integer. when using string to converts to "VnYBbw==" or as a string to "Vvo" while i am looking for 145057419
is this doable ?
add a comment