Writes the specified text to the specified files.
Declaration Syntax
Public Shared Sub WriteToFile ( _
files As String, _
text As String _
)
public:
static void WriteToFile(
String^ files,
String^ text
)
Parameters
- 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.
Assembly:
TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252