FixedWidthWriter Constructor |
Name | Description | |
---|---|---|
FixedWidthWriter(TextWriter) |
Creates a FixedWidthWriter object using a TextWriter to
write data to.
| |
FixedWidthWriter(String) |
Creates a FixedWidthWriter object using a file to write
data to. Uses a comma as the delimiter and Encoding.Default
as the encoding.
| |
FixedWidthWriter(Stream, Encoding) |
Creates a FixedWidthWriter object using a Stream to
write data to.
| |
FixedWidthWriter(String, Encoding) |
Creates a FixedWidthWriter object using a file to write
data to.
|