Hi All,
I know this hs been raised before,but I just can't seem to get it sorted.
I'm trying to conver a string ("240913174545") into a byte array as (24,09,13,17,45,45), i.e. an array of 8 byte with the number representation of each pair of string characters, so "24" string is just 24 (numeric), "09" is 9, "13 is 13, and so on.
I'm justgetting myself completely wrapped up in bytes, strings, array of bytes, array of strings etc.
Any help form anyone would save my sanity
Appreciated
Dave
I know this hs been raised before,but I just can't seem to get it sorted.
I'm trying to conver a string ("240913174545") into a byte array as (24,09,13,17,45,45), i.e. an array of 8 byte with the number representation of each pair of string characters, so "24" string is just 24 (numeric), "09" is 9, "13 is 13, and so on.
I'm justgetting myself completely wrapped up in bytes, strings, array of bytes, array of strings etc.
Any help form anyone would save my sanity
Appreciated
Dave