Click or drag to resize

FieldAlignAttribute Constructor (AlignMode, Char)

You can indicate the align character.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldAlignAttribute(
	AlignMode align,
	char alignChar
)

Parameters

align
Type: FileHelpersAlignMode
The position of the alignment.
alignChar
Type: SystemChar
The character used to align.
See Also