A type of method to convert decimal number into its unique equivalent hexadecimal value
Answers
Answered by
1
Answer:
hexString = yourNumber.toString(16);
And reverse the process with:
yourNumber = parseInt(hexString, 16);
Similar questions
Social Sciences,
1 month ago
Social Sciences,
1 month ago
Hindi,
3 months ago
Math,
3 months ago
Business Studies,
9 months ago
History,
9 months ago
Science,
9 months ago