Skip to content

T_CodeJam_TableData_CsvFormat

Andrew Koryavchenko edited this page Jun 17, 2018 · 6 revisions

CsvFormat Class

CSV format support.

Inheritance Hierarchy

System.Object
  CodeJam.TableData.CsvFormat
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.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 CreateParser Creates RFC4180 compliant CSV parser.
Public methodStatic member EscapeValue Escapes csv value.
Public methodStatic member Parse Parses CSV data.
Public methodStatic member Print Prints full data table
  Back to Top

See Also

Reference

CodeJam.TableData Namespace

Clone this wiki locally