[5315] in java-interest

home help back first fref pref prev next nref lref last post

Java missing Character.toString(char);

daemon@ATHENA.MIT.EDU (John D. Kane)
Mon Feb 5 21:46:59 1996

From: "John D. Kane" <john@insightnews.com>
To: "'java@java.sun.com'" <java@java.sun.com>,
        "'java-interest@java.sun.com'" <java-interest@java.sun.com>,
        "'jug@jug.org'" <jug@jug.org>
Date: Mon, 05 Feb 96 20:44:00 PST


An Integer.toString(int) static method exists for the Integer class, but a 
Character.toString(char) doesn't exist for the Character class. I can get 
around it by using "new Character(char).toString()", but this seems 
inconsitent.

John
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post