Skip to content

T_CodeJam_TableData_CsvFormat

andrewvk edited this page Apr 7, 2016 · 6 revisions

CsvFormat Class

[This is preliminary documentation and is subject to change.]

CSV format support.

Inheritance Hierarchy

System.Object
  CodeJam.TableData.CsvFormat
Namespace: CodeJam.TableData
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class CsvFormat

VB

Public NotInheritable Class CsvFormat

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type CsvFormat =  class end

The CsvFormat type exposes the following members.

Methods

 

Name Description
Public methodStatic member CreateFormatter Creates formatter for CSV.
Public methodStatic member CreateParser Creates RFC4180 compliant CSV parser.
  Back to Top

See Also

Reference

CodeJam.TableData Namespace

Clone this wiki locally