I find this to be an easy way to convert String to Hexadecimal: public String hexToString(String hexa) { return Integer.toHexString(Integer.
確定! 回上一頁