Method Convert
- Namespace
- GuildWars2.Markup
- Assembly
- GW2SDK.dll
Convert(RootNode)
Converts a RootNode to a string representation.
public string Convert(RootNode root)
Parameters
root
RootNodeThe root node containing nodes to be converted.
Returns
- string
A string representation of the nodes within the root node.