Name

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

Get VB.NET Language in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.