SyntaxFix
Write A Post
Hire A Developer
Questions
you can use LINQ
string abc = "abc"; char getresult = abc.Where((item, index) => index == 2).Single();