Table of Contents

Class BaseValue

Namespace
VisioForge.Core.Metadata.KLV
Assembly
VisioForge.Core.dll

Abstract base class used to insure internal interfaces are maintained.

public class BaseValue

Inheritance

Derived

Inherited Members

Properties

Value

Gets or sets the value.

public object Value { get; set; }

Property Value

object

Methods

Bytes()

Returns the bytes of the value.

public virtual byte[] Bytes()

Returns

byte[]

The bytes of the value.