|
FileHelperWriteToFile(String, String) Method
|
Writes the specified text to the specified files.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax Public Shared Sub WriteToFile (
files As String,
text As String
)
public:
static void WriteToFile(
String^ files,
String^ text
)
static member WriteToFile :
files : string *
text : string -> unit
GSF.Historian.Exporters.FileHelper.WriteToFile = function(files, text);
View SourceParameters
- files String
- Comma or semi-colon delimitted list of file names to which the text is to be written.
- text String
- Text to be written to the files.
See Also