www.csvreader.com

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.

[Visual Basic]
Public Property PaddingChar As Char
[C#]
public char PaddingChar {get; set;}

See Also

FixedWidthWriter.Column Class | DataStreams.FixedWidth Namespace