• Version 4.4.3
Show / Hide Table of Contents

Interface IVariableLengthField

Variable-length field.

Inherited Members
IComposite.this[string]
IComposite.Reset()
IComposite.HasValue
IComparable<IVariableLengthField>.CompareTo(IVariableLengthField)
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public interface IVariableLengthField : IComposite, IComparable<IVariableLengthField>

Properties

Length

Declaration
ushort Length { get; }
Property Value
Type Description
ushort

The length of variable data in bytes.

RawValue

Declaration
ReadOnlySpan<byte> RawValue { get; set; }
Property Value
Type Description
ReadOnlySpan<byte>

Raw data.

StringValue

Declaration
string StringValue { get; set; }
Property Value
Type Description
string

ASCII string.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX