/ Published in: ActionScript 3
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 // Decimal = 7, Binary = 111 uint(7).toString(2); // return 111 parseInt(String(111), 2); // return 7
Comments
                    Subscribe to comments
                
                