Class XMLUtils
Inheritance
System.Object
XMLUtils
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public static class XMLUtils : Object
Methods
GetInnerXml(XNode)
Declaration
public static string GetInnerXml(this XNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Xml.Linq.XNode | node |
Returns
| Type | Description |
|---|---|
| System.String |
GetInnerXmlRaw(XNode)
Declaration
public static string GetInnerXmlRaw(this XNode node)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Xml.Linq.XNode | node |
Returns
| Type | Description |
|---|---|
| System.String |