T
Tom Bean
I have several data files containing ASCII strings, int, long and byte data
types and need to store the data in variables of the appropriate type. From
previous posts, there seem to be several methods for converting byte[] to
strings.
What is the best way to convert a byte[] to a long or int?
Thanks,
Tom
types and need to store the data in variables of the appropriate type. From
previous posts, there seem to be several methods for converting byte[] to
strings.
What is the best way to convert a byte[] to a long or int?
Thanks,
Tom