Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string XmlEscape(this string)

Declaration

public static string XmlEscape(
    this string value
)

Summary

Escapes a string to conform to XML syntax.

Remarks

Replaces &, ', >, < and " with &amp;, &apos;, &gt;, &lt;, &quot;, respectively.