1 out of 1 rated this helpful - Rate this topic

String.ToLower Method

Returns a copy of this String converted to lowercase.
Name Description
String.ToLower () Returns a copy of this String converted to lowercase, using the casing rules of the current culture.

Supported by the .NET Compact Framework.

String.ToLower (CultureInfo) Returns a copy of this String converted to lowercase, using the casing rules of the specified culture.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.