Gets or sets the character at a specified position in the current instance.
- index
- Documentation for this section has not yet been entered.
A char containing the Unicode character at location index in the current instance.
Type Reason IndexOutOfRangeException index is greater than or equal to the length of the current instance.
-or-
index is less than zero.
index is the position of a character within the System.Text.StringBuilder. The first character in the string is at index 0. The length of a string is the number of characters it contains. The last accessible character of a System.Text.StringBuilder instance is at the index StringBuilder.Length - 1.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0