LCase Function

   
LCase Function

Class

Microsoft.VisualBasic.Strings

Syntax

 LCase(   value   ) 
value (required; String or Char)

A valid string expression or a character

Return Value

String or Char

Description

Converts a string to lowercase

Rules at a Glance

  • 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 .

See Also

UCase Function

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net