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
© 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