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