if char is upper csharp

Code Example - if char is upper csharp

                
                        char ch1 = 'G'; 
bool result = Char.IsUpper(ch1);