Table of Contents

Class BytesValue

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

Represents a bytes value.

public class BytesValue : BaseValue

Inheritance

Inherited Members

Constructors

BytesValue(byte[])

Initializes a new instance of the VisioForge.Core.Metadata.KLV.BytesValue class.

public BytesValue(byte[] value)

Parameters

value byte[]

The value.

Methods

Bytes()

Returns the bytes of the value.

public override byte[] Bytes()

Returns

byte[]

The bytes of the value.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.