View Single Post
  #2 (permalink)  
Old 02-26-2008, 10:20 PM
aramesh aramesh is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 72
aramesh is on a distinguished road
Default Re: determing the data whether upper orr lower case

Hi,
Get Ascii Key code values for every character in the string and check it.

If the Key Code ranges from 65 - 90, it should be UpperCase and
The Key Code ranges from 97 - 122, it should be LowerCase.

Regards
A.Ramesh
Reply With Quote