Parse Method
Parse(ReadOnlySpan<Byte>)
Parse a Tlv from a BER-TLV encoded byte array.
C#
public static TlvObject Parse(ReadOnlySpan<byte> data)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlySpan<System.Byte> | data | A byte array containing the TLV encoded data (and nothing more). |
Returns
The parsed Tlv