|
To check upper case you must check the ascii value of it. I.e checking the ascii value and if it is in between 32 and some number then it will be in upper case. This must be done to all the characters then only the string can be converted to upper case.
Last edited by Uday; Mar 13th, 2006 at 7:24 AM.
|