DeanoBurrito / northport

Monolithic kernel and support libraries for riscv64 and x86_64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TryGetUInt/TryGetInt should support all reasonable number bases

DeanoBurrito opened this issue · comments

commented

Currently these methods determine the base of the incoming number via bool isHex. It would be nice to use a similar system to IntToSting(), which takes a number to use as the base.

Low priority for now, would be nice.

commented

functionality added in 86bb3a4.
Currently this commit is in dev branch, will merged into master soon.