Method Parse
- Namespace
- LMKit.Inspection
- Assembly
- LM-Kit.NET.dll
Parse(string)
Parses an XMP packet into its flattened properties.
public static IReadOnlyList<XmpProperty> Parse(string xmp)
Parameters
xmpstringThe packet text (the
<x:xmpmeta>or barerdf:RDFdocument). May be null or empty.
Returns
- IReadOnlyList<XmpProperty>
The flattened properties in document order, first occurrence winning on duplicate names; empty when the input is absent, malformed, or carries no facts.