Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Xml.XmlUtils

Summary

Contains various utility extension methods relating to XML.

Static methods

string
TranslateEntity(string entity)
Converts an XML entity into its character or string representation. (see also remarks)
string
XmlEscape(this string value)
Escapes a string to conform to XML syntax. (see also remarks)