Skip to main content

Class XmlUtils

Namespace: Aurigma.DesignAtoms
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class XmlUtils

Inheritance: System.Object -> XmlUtils

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

XmlUtils

public XmlUtils()

Methods

XmlEscape

public static string XmlEscape(string unescaped)
Parameters
TypeNameDescription
System.Stringunescaped
Returns

System.String

XmlUnescape

public static string XmlUnescape(string escaped)
Parameters
TypeNameDescription
System.Stringescaped
Returns

System.String

IsValidXml

public static bool IsValidXml(string text)
Parameters
TypeNameDescription
System.Stringtext
Returns

System.Boolean

FixAmps

public static string FixAmps(string str)
Parameters
TypeNameDescription
System.Stringstr
Returns

System.String

Was this page helpful?