Multiple choice technology testing

How do you convert the string to upper case?

  1. UpperCase

  2. UpCase

  3. UCase

  4. 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.