CsvHelper Class | Helper帮助文档 |
CSV文件转换类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class CsvHelper
Public NotInheritable Class CsvHelper
public ref class CsvHelper abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type CsvHelper = class end
The CsvHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
CsvToDt |
将Csv读入DataTable
| |
DtToCsv |
导出报表为Csv
|
See Also