PropertyValueToArrayTElement Method |
Converts the property value to an array of the specified type.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic TElement[] ToArray<TElement>()
Public Function ToArray(Of TElement) As TElement()
public:
generic<typename TElement>
array<TElement>^ ToArray()
member ToArray : unit -> 'TElement[]
Type Parameters
- TElement
- The type of an element.
Return Value
Type:
TElementThe value represented as an array of the specified type or null if there is no such conversion.
See Also