Check out example codes for "get string character by index c#". It will help you in understanding the concepts better.
Code Example 1
//Returns a char
myString.[0];
//Returns a string
myString.[0].ToString();
Learn ReactJs, React Native from akashmittal.com