BinaryType
Fixed-length binary data. Always padded to exact length.
public sealed record BinaryType : PortableType, IEquatable<PortableType>, IEquatable<BinaryType>
Constructors
BinaryType
public BinaryType(int Length)
Fixed-length binary data. Always padded to exact length.
| Parameter | Type | Description |
|---|---|---|
Length |
Int32 |
Exact byte count (1-8000) |
Properties
Length
public int Length { get; init; }
Exact byte count (1-8000)