![]() |
Base-10 Converter
Here's something I needed. It's probably useless to most people. Convert positive base10 integers.
PHP Code:
ConvertBase(5544, 2) converts the number 5544 to binary, 1010110101000. ConvertBase(5544, 16) converts the number 5544 to base 16, 15A8. ConvertBase(5544, 36) converts the number 5544 to base 36, 4A0. Have fun. |
Nice, but I fail to see what it would be used for. I'd rather convert things myself, but if it's a real big number then maybe :)
|
Hahaha, that's cool. As you said, mostly useless, but still cool. Wouldn't be so bad when inspecting bitmasks, if anything.
|
Hey making useless stuff is my thing >:(
Whatever, nice job Tig. |
| All times are GMT +2. The time now is 09:51 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.