get char lowercase in csharp

Code Example - get char lowercase in csharp

                
                        char.ToLower('A') // returns 'a'