Multiple choice technology testing How do you convert the string to upper case? UpperCase UpCase UCase Upper Reveal answer Fill a bubble to check yourself C Correct answer Explanation UCase() is the correct VBScript function to convert a string to uppercase. UpperCase and UpCase are not valid VBScript functions, and Upper is a method in some other languages but not VBScript.