Parses a column header equivalent to the regexp:
\s*:\s*[delimiterChar]+\s*:\s*
public static bool ParseColumnHeaderAuto(ref StringSlice slice, scoped out char delimiterChar, scoped out TableColumnAlign? align)
The text slice.
The delimiter character (either - or =).
The alignment of the column.
true if parsing was successful