Click or drag to resize
FixedWidthReaderColumnMinLength Property
When trimming off extra padding characters, the minimum length to return for this column. If the padding character is a zero, the minimum length might need to be set to 1.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public int MinLength { get; set; }

Property Value

Type: Int32
See Also