Kajax.net
Monday, October 29, 2007
The Simplest Javascript to convert to hexadecimal in Javascript
function toHexa(d) {return d.toString(16);}
function toDec(h) {return parseInt(h,16);}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment