Skip to content

RzxBlock.WriteFixedAsciiString Method

Definition

Writes a fixed length, zero padded ASCII string into the target span.

protected static void WriteFixedAsciiString(Span<Byte> target, string value);

View source

Parameters

Name Type Description
target Span<Byte> The destination span, whose length is the fixed field length. Any bytes beyond the string are left as zero.
value String The string to write.