Re: Character.forDigit() in MIDP/CLDC

[email protected] Wed, 14 May 2008 10:52:02 PDT
Newsgroups gmane.comp.java.sun.kvm
Message-ID <24145082.324131210787558616.JavaMail.tomcat@sdcst12.sjc.collab.net>
[code]
((digit < 10) ? '0' + digit : 'a' + digit -10)
[/code]
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Character.html#forDigit(int,%20int)
[Message sent by forum member 'morieris' (morieris)]

http://forums.java.net/jive/thread.jspa?messageID=274352

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff KVM-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".