StructFieldAttributePadChar Property

Pad character (for fixed length strings with pad=true). Important: must be part of ASCII aka value in range 0 to 127.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public char PadChar { get; set; }

Property Value

Char

See Also