C# 클래스 ExampleApplication.Helpers.Output.OutputHelper

파일 보기 프로젝트 열기: gael-ltd/gaelenlighten-platform-samples 1 사용 예제들

공개 메소드들

메소드 설명
WriteToXmlFile ( string xml, string filePath ) : void

Write string to an xml file

메소드 상세

WriteToXmlFile() 공개 메소드

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