Converting an integer (in decimal) to hex can be done with the following line: String hex = Integer.toHexString(blockNo);.
確定! 回上一頁