how to access individual characters in a string in csharp

Code Example - how to access individual characters in a string in csharp

                
                        string string1 = "A man i hurry just jumped on a tail of a dog and dog has bitten him damagingly";
Console.WriteLine(string1[34]);