Click or drag to resize
FixedWidthReaderColumnPaddingChar Property
The character to use for padding a column's text to meet the defined column length. Spaces or zeros are the most common. Default is space.

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

Property Value

Type: Char
See Also