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;
A String in lowercase.
String Members String.ToLower Overload List CultureInfo 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