Class BaseValue
- Namespace
- VisioForge.Core.Metadata.KLV
- Assembly
- VisioForge.Core.dll
Abstract base class used to insure internal interfaces are maintained.
public class BaseValueInheritance
Derived
Inherited Members
Properties
Value
Gets or sets the value.
public object Value { get; set; }Property Value
Methods
Bytes()
Returns the bytes of the value.
public virtual byte[] Bytes()Returns
- byte[]
-
The bytes of the value.