XmpArrayFrom Method (String, XmpArrayType) |
Creates an
XmpArray instance form a string array.
Namespace: GroupDocs.Metadata.Standards.XmpAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic static XmpArray From(
string[] array,
XmpArrayType type
)
Public Shared Function From (
array As String(),
type As XmpArrayType
) As XmpArray
public:
static XmpArray^ From(
array<String^>^ array,
XmpArrayType type
)
static member From :
array : string[] *
type : XmpArrayType -> XmpArray
Parameters
- array
- Type: SystemString
The array to create an XmpArray from. - type
- Type: GroupDocs.Metadata.Standards.XmpXmpArrayType
The type of the XmpArray.
Return Value
Type:
XmpArrayAn
XmpArray containing all the elements from the original array.
See Also