C# Class Upac.Core.Utilities.XmlUtil

Datei anzeigen Open project: 1508/upac-for-umbraco

Public Methods

Method Description
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

Method Details

FormatNicely() public static method

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
return String