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)
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 methodStatic memberParseTable
Parses the text representation of a table.
Public methodStatic memberQuoted
Quotes the specified value.
Public methodStatic memberToCsvString
Converts a table to a comma separated text string.
Public methodStatic memberToString
Converts a table to a separated text string.
Public methodStatic memberToTextString
Converts a table to a tab separated text string.
Top
Fields
  NameDescription
Public fieldStatic memberTextColumnSeparator
The text column separator
Top
See Also