Gets a character at specified index.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public char GetCharAt( int index ) |
| Visual Basic |
|---|
Public Function GetCharAt ( index As Integer ) As Char |
Parameters
- index
- Type: System..::..Int32
Return Value
Type: Char
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Specified index is out of valid range. |