The charAt method returns the character at the specified index in a string.
System.String charAt(System.Int32 index);
index
Index of the character to return. Being 0 the first character and -1 the last one.
Returns the character in the index
Member of string.