CharCollection.GetChar

CharCollection.GetChar method

Gets the element at the specified IX.

public Char GetChar(int IX)
ParameterTypeDescription
IXInt32Int32The zero-based index of the element within its parent element.

Return Value

CharChar.

See Also