csharp get all letters

Code Example - csharp get all letters

                
                        // Get all letters from the aplhabet
char[] alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".ToCharArray();