Method | Description | |
---|---|---|
WriteToFile ( string files, string text ) : void |
Writes the specified text to the specified files.
|
|
WriteToFile ( string files, string format, |
Writes data to the specified files in the specified format.
|
public static WriteToFile ( string files, string text ) : void | ||
files | string | Comma or semi-colon delimitted list of file names to which the |
text | string | Text to be written to the |
return | void |
public static WriteToFile ( string files, string format, |
||
files | string | Comma or semi-colon delimitted list of file names to which |
format | string | Format (CSV or XML) in which |
data | ||
return | void |