You can index into a string in C# like an array, and you get the character at that index. Example: In Java, you would say str.charAt(8);.
確定! 回上一頁