Advertisement



< Prev
Next >



C# ToLower() method



The ToLower() method of String class is used to convert all the characters in the invoked String to lowercase letters and returns its lowercase form.



Some overloads of ToLower() method



Methods Description
ToLower()
This method returns a lowercase copy of the invoked String object.

ToLower(CultureInfo)
This method returns a lowercase copy of the invoked String object, by using the casing rule of the specified culture, specified by CultureInfo class.






Note


The ToLower() method when called on any String object, returns a lowercase copy of the invoked String. The returned lowercase String must be stored or used otherwise it is lost.




Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement