Return to Snippet

Revision: 32411
at September 23, 2010 22:24 by soundstep


Initial Code
// Decimal = 7, Binary = 111
uint(7).toString(2); // return 111
parseInt(String(111), 2); // return 7

Initial URL


Initial Description


Initial Title
Binary to Decimal and Decimal to Binary

Initial Tags


Initial Language
ActionScript 3