| FixedWidthDataReaderColumnMinLength 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.FixedWidthAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public int MinLength { get; set; }
Public Property MinLength As Integer
Get
Set
Property Value
Type:
Int32See Also