Table of Contents

Class MISB0601Parsers

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

MISB 0601 parsers.

public static class MISB0601Parsers

Inheritance

Inherited Members

Properties

Parsers

Gets the parsers.

public static Dictionary<byte[], Type> Parsers { get; }

Property Value

Dictionary<byte[], Type>

Methods

GetParserByKey(byte[], byte[])

Gets the parser by key.

public static Element GetParserByKey(byte[] key, byte[] value)

Parameters

key byte[]

The key.

value byte[]

The value.

Returns

Element

The element parser.