A class with helper methods for file related operations.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static class FileHelper
Public NotInheritable Class FileHelper
public ref class FileHelper abstract sealed
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
WriteToFile(String, String, DataSet) |
Writes data to the specified files in the specified format.
| |
WriteToFile(String, String) |
Writes the specified text to the specified files.
|
Inheritance Hierarchy
Object | |
FileHelper |