FixedWidthField class
Contains configuration properties for a field/property that are specific to Fixed Width files
public class FixedWidthField : Field
Public Members
| name | description |
|---|---|
| FixedWidthField() | Default Constructor |
| Padding { get; set; } | Character to use to pad a text field if it doesn't meet the minimum size requirement for the fixed length field. |
See Also
- class Field
- namespace TheCodingMonkey.Serialization