1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Common
  6. /
  7. ValueInterpreter

ValueInterpreter

ValueInterpreter class

Defines operations required to interpret metadata property values.

public abstract class ValueInterpreter

Properties

Name Description
abstract InterpretedValueType { get; } Gets the type of the interpreted value.

Methods

Name Description
ToInterpretedValue(PropertyValue) Interprets the provided property value.
ToSourceValue(PropertyValue) Converts an interpreted value back to its original form.

See Also