April 2002
Intermediate to advanced
688 pages
19h 51m
English
UCase Function
Microsoft.VisualBasic.Strings
UCase(value)value (required; String)A valid string expression
String
Converts a string to uppercase
UCase only affects lowercase alphabetical
letters; all other characters within value
remain unaffected.
UCase returns Nothing if
value is Nothing.