How to convert a string to upper case

Login to reply to this topic.
Wed, 2007-06-06 02:27
Joined: 2005-08-19
Forum posts: 165
Is there a way or function i could use to capitalize/convert the string into upper case?

Scenario:
I will get the string from the rss file.
I want to use this string both  as lower and upper case. (I am using DrawText to draw this string in the window)

Is there a way to convert this string to uppercase instead of rewriting it in rss in capital letters??

Afro
bob


Wed, 2007-06-06 04:21
Joined: 2004-05-21
Forum posts: 286
Re: How to convert a string to upper case
TDes16::UpperCase()

Cheers,
Sri
  • Login to reply to this topic.