| Author |
toUpper in J2ME
|
Ilko Ivanov
Greenhorn
Joined: Aug 04, 2011
Posts: 9
|
|
Hi guys,
I want to ask the simple/stupid question : is there the toUpper method in J2me and if there isn't what do you suggest I do ?
thanks
|
http://www.encodedmessages.com
|
 |
Walter Gabrielsen Iii
Ranch Hand
Joined: Apr 09, 2011
Posts: 158
|
|
|
Yes, there is a toUpperCase method in java.lang.String. You can check it out in the API: MIDP 2.0 (JSR 118).
|
 |
Gopinath Karyadath
Ranch Hand
Joined: Oct 14, 2009
Posts: 87
|
|
Regards
|
 |
Ilko Ivanov
Greenhorn
Joined: Aug 04, 2011
Posts: 9
|
|
Super !
Thank you guys ;)
|
 |
 |
|
|
subject: toUpper in J2ME
|
|
|