C# Class ExampleApplication.Helpers.Output.OutputHelper

Afficher le fichier Open project: gael-ltd/gaelenlighten-platform-samples Class Usage Examples

Méthodes publiques

Méthode Description
WriteToXmlFile ( string xml, string filePath ) : void

Write string to an xml file

Method Details

WriteToXmlFile() public méthode

Write string to an xml file
public WriteToXmlFile ( string xml, string filePath ) : void
xml string
filePath string
Résultat void