Gets a word at specified index.

Namespace: Sgry.Azuki.WinForms
Assembly: 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

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionSpecified index was invalid.

See Also