Hexadecimal string to byte conversion in java
Posted
by helpjava
on Stack Overflow
See other posts from Stack Overflow
or by helpjava
Published on 2010-06-15T15:37:25Z
Indexed on
2010/06/15
15:42 UTC
Read the original article
Hit count: 146
java
|possible-homework
I have a hexadecimal string "41464353". I want to convert it into bytes. I know the value of this hex string in byte will be "65706783". I want this as answer. Please give me a program for this in Java.
© Stack Overflow or respective owner