| Visual Basic (Declaration) | |
|---|---|
Public Function Character( _ ByVal index As Integer _ ) As CharacterResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CharacterResult Character( int index ) | |
| Managed Extensions for C++ | |
|---|---|
public: CharacterResult* Character( int index ) | |
| C++/CLI | |
|---|---|
public: CharacterResult^ Character( int index ) | |
Parameters
- index
- The zero based index for the CharacterResult. A System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberCharacters.
Return Value
CharacterResult at the given index.| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | Thrown when the index argument is less than zero or greater or equal to the number of characters. |
This method allows you access to a CharacterResult.
