asp.net.ph

String.ToLower Method ( CultureInfo )

System Namespace   String Class


Returns a copy of this String in lowercase, taking into account specified culture-specific information.

[ VB ]
<Serializable>
Overloads Public Function ToLower ( _
   ByVal culture As CultureInfo _
) As String

[ C# ]
[ Serializable ]
public string ToLower (
   CultureInfo culture
);

[ C++ ]
[ Serializable ]
public: String* ToLower (
   CultureInfo* culture
);

[ JScript ]
public Serializable
function ToLower (
   culture : CultureInfo
) : String;

Parameters

culture
A CultureInfo object that supplies culture-specific formatting information.

Return Value

A String in lowercase.

Exceptions


Exception Type Condition
ArgumentNullException culture is a null reference ( Nothing in Visual Basic ).

See Also

String Members   String.ToLower Overload List   CultureInfo   ToUpper Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph