Click or drag to resize

Common Methods

The Common type exposes the following members.

Methods
  Name Description
Public Extension Method EncodeTagLength(UInt16, Byte, Int32) Encodes sample value tag length (currently limited to 16-bits).
Public Extension Method EncodeTagLength(UInt16, SampledValueTag, Byte, Int32) Encodes sampled value tag with only a 16-bit length.
Public Extension Method EncodeTagValue(Byte, SampledValueTag, Byte, Int32) Encodes byte based sampled value tag.
Public Extension Method EncodeTagValue(String, SampledValueTag, Byte, Int32) Encodes string based sampled value tag.
Public Extension Method EncodeTagValueT(T, SampledValueTag, Byte, Int32) Encodes primitive type sampled value tag.
Public Extension Method ParseByteTag Validates and parses byte length sample value tag.
Public Extension Method ParseStringTag Validates and parses string sample value tag.
Public Extension Method ParseTagLength Gets decoded sample value tag length (currently limited to 16-bits).
Public Extension Method ParseUInt16Tag Validates and parses 2-byte length sample value tag.
Public Extension Method ParseUInt24Tag Validates and parses 3-byte length sample value tag.
Public Extension Method ParseUInt32Tag Validates and parses 4-byte length sample value tag.
Public Extension Method ParseUInt64Tag Validates and parses 8-byte length sample value tag.
Public Extension Method ValidateTag Validates sample value tag exists and skips past it.
Top
See Also