Table of Contents

Class BytesElementParser

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

Represents a bytes element parser.

public class BytesElementParser : ElementParser

Inheritance

Derived

Inherited Members

Constructors

BytesElementParser(byte[], byte[])

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

public BytesElementParser(byte[] key, byte[] value)

Parameters

key byte[]

The key of the element.

value byte[]

The value of the element.

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.