ToArray

PropertyValue.ToArray<TElement> method

Converts the property value to an array of the specified type.

public TElement[] ToArray<TElement>()
Parameter Description
TElement The type of an element.

Return Value

The value represented as an array of the specified type or null if there is no such conversion.

See Also