C# 클래스 Upac.Core.Utilities.XmlUtil

파일 보기 프로젝트 열기: 1508/upac-for-umbraco

공개 메소드들

메소드 설명
FormatNicely ( String xmlText ) : String

Pretty Print the input XML string, such as adding indentations to each level of elements and carriage return to each line

메소드 상세

FormatNicely() 공개 정적인 메소드

Pretty Print the input XML string, such as adding indentations to each level of elements and carriage return to each line
public static FormatNicely ( String xmlText ) : String
xmlText String
리턴 String