-
Contributing Member
Provide the Command or Option
Is it possible to convert numbers between different bases in JavaScript? If so what is the command used for doing this.
-
Contributing Member
Re: Provide the Command or Option
Yes it is possible to convert numbers between different bases in JavaScript.This can be done by using the parseInt() function, that takes a string as the first parameter, and the base as a second parameter. So to convert hexadecimal 3F to decimal, use parseInt ("3F", 16);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules