C# Класс GeositeFramework.Helpers.CsvHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
JsonToCsv ( string json ) : string

Takes valid JSON array and returns simple CSV representation of the data. Leans on the fact that any escapable characters are already quoted within the json as strings.

Приватные методы

Метод Описание
ArrayToRow ( IEnumerable rowValues ) : string
GetFormattedValue ( JToken val ) : string

Описание методов

JsonToCsv() публичный статический Метод

Takes valid JSON array and returns simple CSV representation of the data. Leans on the fact that any escapable characters are already quoted within the json as strings.
public static JsonToCsv ( string json ) : string
json string String representation of an Array [file] of Arrays [rows]
Результат string