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;
A String in lowercase.
This method takes into account the current CultureInfo information.
String Members String.ToLower Overload List ToUpper
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note