[haXe] Tranform Uint in text

Nicolas Cannasse ncannasse at motion-twin.com
Sun Apr 8 10:10:40 CEST 2007


> hi 
> 
> How to transform Uint in string ?

UInt can be treated as an Int, so you can use Std.string directly.
(see http://haxe.org/api/UInt , typedef UInt = Int )

Nicolas



More information about the Haxe mailing list