Click or drag to resize

TableHelper Class

Helper methods to parse or create text representations of a table.
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfTableHelper

Namespace: TomsToolbox.Wpf
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class TableHelper

The TableHelper type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCsvColumnSeparator Gets the effective CSV column separator for the current culture.
Top
Methods
 NameDescription
Public Extension MethodParseTable Parses the text representation of a table.
Public Extension MethodQuoted Quotes the specified value.
Public Extension MethodToCsvString Converts a table to a comma separated text string.
Public Extension MethodToString Converts a table to a separated text string.
Public Extension MethodToTextString Converts a table to a tab separated text string.
Top
Fields
 NameDescription
Public fieldStatic memberTextColumnSeparator The text column separator
Top
See Also