 | Q: How to convert decimal to hex? | | 1 point by newb 5781 days ago | 1 comment | |
| I need to convert decimal number to hex string, padded with 0's. For example: 1 -> "01"
242 -> "f2"
Should I write my own procedure or is there something built in?Thank you. |
 |  | 4 points by aw 5781 days ago | link
----- |
|
|