Enum FieldAlignment
- Namespace
- Wolfgang.Etl.FixedWidth.Enums
- Assembly
- Wolfgang.Etl.FixedWidth.dll
Specifies how a field value is aligned within its fixed-width column.
public enum FieldAlignment
Fields
Left = 0The value is left-aligned and padded on the right. This is the default alignment for string fields.
Right = 1The value is right-aligned and padded on the left. This is the default alignment for numeric fields.