GetChar

CharCollection.GetChar method

Gets the element at the specified IX.

public Char GetChar(int IX)
Parameter Type Description
IX Int32 Int32The zero-based index of the element within its parent element.

Return Value

CharChar.

See Also