August 2001
Intermediate to advanced
656 pages
18h 5m
English
UCase Function
Microsoft.VisualBasic.Strings
UCase(value)value
Use: Required
Data Type: 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.
Read now
Unlock full access