UCase() |
Top Previous Next |
UCase() - Convert a string to uppercase Description The UCase() function converts the supplied string to the uppercase equivalent. UCase(String) Example UpperString = UCase("hello") 'returns HELLO
UpperString = UCase("hEllO") 'returns HELLO |