I am passing a message from a server that gets stored into a string variable called strObject. I wish to convert the string inside strObject to upper case. So, I use ToUpper
string.ToUpper() returns a value, use it.
string.ToUpper()