Table of Contents

Class DateTimeElementParser

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

Represents a datetime element parser.

public class DateTimeElementParser : ElementParser

Inheritance

Derived

Inherited Members

Constructors

DateTimeElementParser(byte[], byte[])

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

public DateTimeElementParser(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.