Class XmlUtils
Namespace: Aurigma.DesignAtoms
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class XmlUtils
Inheritance: System.Object -> XmlUtils
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
XmlUtils
public XmlUtils()
Methods
XmlEscape
public static string XmlEscape(string unescaped)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | unescaped |
Returns
System.String
XmlUnescape
public static string XmlUnescape(string escaped)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | escaped |
Returns
System.String
IsValidXml
public static bool IsValidXml(string text)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | text |
Returns
System.Boolean
FixAmps
public static string FixAmps(string str)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | str |
Returns
System.String