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()
Namespace: Aurigma.DesignAtoms
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class XmlUtils
Constructors
XmlUtils()
Declaration
public XmlUtils()
Methods
FixAmps(String)
Declaration
public static string FixAmps(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | str |
Returns
| Type | Description |
|---|---|
| System.String |
IsValidXml(String)
Declaration
public static bool IsValidXml(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text |
Returns
| Type | Description |
|---|---|
| System.Boolean |
XmlEscape(String)
Declaration
public static string XmlEscape(string unescaped)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | unescaped |
Returns
| Type | Description |
|---|---|
| System.String |
XmlUnescape(String)
Declaration
public static string XmlUnescape(string escaped)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | escaped |
Returns
| Type | Description |
|---|---|
| System.String |