-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_TableData_CsvFormat
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
CSV format support.
System.Object
CodeJam.TableData.CsvFormat
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class CsvFormat
VB
Public NotInheritable Class CsvFormat
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CsvFormat = class end
The CsvFormat type exposes the following members.
Name | Description | |
---|---|---|
CreateParser | Creates RFC4180 compliant CSV parser. | |
EscapeValue | Escapes csv value. | |
Parse | Parses CSV data. | |
Prints full data table |