Case conversion

Is there an easy way, or formatting or function to convert a string to uppercase?

Ex: “eatANapple123” becomes “EATANAPPLE123”

I saw some string library extension add-ons, but did not see anything like this (or perhaps its already built into the guts of .netmf)

string.ToUpper() and .ToLower()

Support – GHI Electronics please use the references available to you

Thanks! I am too used to old-school “functions” such as cvt =uppercase(string), etc…no wonder I was looping about.

in fact, I was about to ask if some sort of trimming operation was supported,( since I could not find any trim function)…but now I see I had to look no further than stringDOTxxx