The toUpperCase method converts a string to uppercase letters.
System.String toUpperCase();
Returns the converted string object.
Member of string.