Interface IVariableLengthField
Variable-length field.
Inherited Members
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. |