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

Ticket #2106 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

[PATCH] Add tango.text.convert.Integer.toUlong()

Reported by: llucax Assigned to: Marenz
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: text, convert, integer, ulong Cc: leandro.lucarella@sociomantic.com

Description

Tango is missing a toUlong() conversion funtion, as toLong() is not enough for high values. Attached is a patch to implement it.

Attachments

toulong.patch (2.2 kB) - added by llucax on 02/08/12 11:59:34.
Patch

Change History

02/08/12 11:59:34 changed by llucax

  • attachment toulong.patch added.

Patch

03/20/12 08:17:14 changed by Marenz

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

Applied, thanks luca.