Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #906 (closed enhancement: fixed)

Opened 16 years ago

Last modified 16 years ago

tango.text.convert.Integer should have method to convert int to string of arbitrary radix

Reported by: JarrettBillingsley Assigned to: kris
Priority: normal Milestone: 0.99.5
Component: Tango Version: 0.99.4 Frank
Keywords: Cc:

Description

You can currently convert a string of any radix to an integer, but the other way around is restricted to base 2, 8, 10, and 16. Ook.

Change History

02/14/08 22:48:51 changed by JarrettBillingsley

  • milestone changed from 0.99.6 to 0.99.5.

02/16/08 18:45:40 changed by kris

just out of interest, may I ask what radix you are working with?

02/23/08 05:00:56 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

(In [3251]) added radix support to atoi/itoa. Fixes #906