Helper methods for parsing tables.
public static class TableHelper
kind:method, kind:property, kind:ctor. Press Esc to clear.ParseColumnHeader(ref StringSlice, Char, out Nullable<TableColumnAlign>, out Int32)Parses a column header equivalent to the regexp: \s*:\s*[delimiterChar]+\s*:\s*ParseColumnHeaderAuto(ref StringSlice, out Char, out Nullable<TableColumnAlign>)Parses a column header equivalent to the regexp: \s*:\s*[delimiterChar]+\s*:\s*ParseColumnHeaderDetect(ref StringSlice, ref Char, out Nullable<TableColumnAlign>, out Int32)Parses a column header equivalent to the regexp: \s*:\s*[delimiterChar]+\s*:\s*