VB.NET Language in a Nutshell
| UCase Function |
Class
Microsoft.VisualBasic.Strings
Syntax
UCase( value )
- value (required; String)
-
A valid string expression
Return Value
String
Description
Converts a string to uppercase
Rules at a Glance
-
UCase only affects lowercase alphabetical letters ; all other characters within value remain unaffected.
-
UCase returns Nothing if value is Nothing .
See Also
LCase Function, StrConv Function