C# Class ExampleApplication.Helpers.Output.OutputHelper

Show file Open project: gael-ltd/gaelenlighten-platform-samples Class Usage Examples

Public Methods

Method Description
WriteToXmlFile ( string xml, string filePath ) : void

Write string to an xml file

Method Details

WriteToXmlFile() public method

Write string to an xml file
public WriteToXmlFile ( string xml, string filePath ) : void
xml string
filePath string
return void