| FixedWidthWriterColumnPaddingChar 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.FixedWidthAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public char PaddingChar { get; set; }
Public Property PaddingChar As Char
Get
Set
Property Value
Type:
CharSee Also