Integer to String

tytower tytower at yahoo.com
Wed Jan 30 01:47:38 PST 2008


I'm pulling my hair out to simply take a number say 37 and convert it to a string under Tango

int x = 37
Char[] y = intToString(x);

how the blazes do I make this simple little thing work??


More information about the Digitalmars-d-learn mailing list