Please enable JavaScript to view this site.

Returns a copy of the string converted to upper case. The conversion is done using the invariant culture.  Search Microsoft's documentation for "CultureInfo.InvariantCulture".

 

string ToUpper(string text)

 

text

The string to convert to upper case.

Example

ToUpper("Abcdefg")

Returns "ABCDEFG".

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC