PISystem.ExportCsv Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Exports the representation of requested object(s) in comma-separated (CSV) format.
Exports the representation of requested object(s) in comma-separated (CSV) format.
Overload List
| Name | Description | |
|---|---|---|
| ExportCsv(Object, IListType, IListString, CultureInfo) |
Exports the CSV representation of requested object(s) and returns it as a string.
| |
| ExportCsv(Object, IListType, IListString, PIExportMode, CultureInfo) |
Exports the CSV representation of requested object(s) and returns it as a string.
| |
| ExportCsv(Object, IListType, IListString, CultureInfo, String, Object, Object, EventHandlerAFProgressEventArgs) |
Exports the representation of requested object(s) in comma-separated (CSV) format to a file.
| |
| ExportCsv(Object, IListType, IListString, PIExportMode, CultureInfo, String, Object, Object, EventHandlerAFProgressEventArgs) |
Exports the representation of requested object(s) in comma-separated (CSV) format to a file.
|
See Also
In This Topic
Related Links
- ExportCsv Method (Object, IList(Type), IList(String), CultureInfo)
- ExportCsv Method (Object, IList(Type), IList(String), PIExportMode, CultureInfo)
- ExportCsv Method (Object, IList(Type), IList(String), CultureInfo, String, Object, Object, EventHandler(AFProgressEventArgs))
- ExportCsv Method (Object, IList(Type), IList(String), PIExportMode, CultureInfo, String, Object, Object, EventHandler(AFProgressEventArgs))