Re: Simple type conversion question
From: Bryce (spamtrap_at_berzerker-soft.com)
Date: 09/28/04
- Next message: Skip: "Re: java ,program"
- Previous message: Bryce: "Re: Business calendar libraries?"
- In reply to: Dfenestr8: "Simple type conversion question"
- Next in thread: Tony Morris: "Re: Simple type conversion question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Skip: "Re: java ,program"
- Previous message: Bryce: "Re: Business calendar libraries?"
- In reply to: Dfenestr8: "Simple type conversion question"
- Next in thread: Tony Morris: "Re: Simple type conversion question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]