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