Tuesday, October 12, 2004

I always forget this, so converting from one thing to another, in this case longs, is here:

long yyy = 3849L;
String xxx = Long.toString(yyy);


hopefully by typing it I'll remember it. :)

No comments: