Class BytesElementParser
Inherited Members
Namespace: VisioForge.Core.Metadata.KLV
Assembly: VisioForge.Core.dll
Syntax
public class BytesElementParser : ElementParser
Constructors
BytesElementParser(byte[], byte[])
Declaration
public BytesElementParser(byte[] key, byte[] value)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | key | |
| byte[] | value |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |