April 2002
Intermediate to advanced
688 pages
19h 51m
English
LCase Function
Microsoft.VisualBasic.Strings
LCase(value)value (required; String or Char)A valid string expression or a character
String or Char
Converts a string to lowercase
LCase only affects uppercase letters; all other
characters in value are unaffected.
LCase returns Nothing if
value contains a
Nothing.
LCase returns the same data type as
value.
Read now
Unlock full access