Click or drag to resize

FileHelper Class

A class with helper methods for file related operations.
Inheritance Hierarchy
SystemObject
  GSF.Historian.ExportersFileHelper

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public static class FileHelper
View Source

The FileHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberWriteToFile(String, String) Writes the specified text to the specified files.
Public methodStatic memberWriteToFile(String, String, DataSet) Writes data to the specified files in the specified format.
Top
See Also