asp.net.ph

String.ToLower Method ( )

System Namespace   String Class


Returns a copy of this String in lowercase.

[ VB ]
<Serializable>
Overloads Public Function ToLower ( ) As String

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

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

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

Return Value

A String in lowercase.

Remarks

This method takes into account the current CultureInfo information.

See Also

String Members   String.ToLower Overload List   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