Gets a word at specified index.
Namespace: Sgry.Azuki.WinFormsAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public string GetWordAt( int index ) |
| Visual Basic |
|---|
Public Function GetWordAt ( index As Integer ) As String |
Parameters
- index
- Type: System..::..Int32
Return Value
Type: String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Specified index was invalid. |