FixedWidthFieldAttribute constructor (1 of 2)

Default constructor.

public FixedWidthFieldAttribute(int position, int size)
parameter description
position Position (column) where this field is serialized in the fixed width file.
size Number of characters in the fixed width file that this field takes up.

See Also


FixedWidthFieldAttribute constructor (2 of 2)

Default constructor.

public FixedWidthFieldAttribute(int position, int size, char padding)
parameter description
position Position (column) where this field is serialized in the fixed width file.
size Number of characters in the fixed width file that this field takes up.
padding Character to use to pad a text field if it doesn't meet the minimum size requirement for the fixed length field.

See Also