Please enable JavaScript to view this site.

Returns a copy of the string converted to lower case. The conversion is done using the invariant culture.  Search Microsoft's documentation for "CultureInfo.InvariantCulture".

 

string ToLower(string text)

 

text

The string to convert to lower case.

Example

ToLower("Abcdefg")

Returns "abcdefg".

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC