Forum Navigation
Convert ulong to string
Posted: 04/05/09 22:38:28I can't seem to find way to convert a ulong to a string, without loosing some data. I tried using tango.text.convert.Integer.toString(). But that casts to long.
It was talked about in this bug report, but it seems to ignore the problem: http://www.dsource.org/projects/tango/ticket/1460
It does not matter how inefficient or verbose the code is. Any way to do it would be appreciated.