Re: Simple type conversion question

From: Bryce (spamtrap_at_berzerker-soft.com)
Date: 09/28/04


Date: Tue, 28 Sep 2004 16:38:53 -0400

On Wed, 29 Sep 2004 05:24:00 +0900, Dfenestr8
<chrisdewinN0SPAM@yahoo.com.au> wrote:

>How do I convert a sequence of variables of type int to a String?
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#valueOf(int)

String intString = String.valueOf(intValue);

--
now with more cowbell