The XmlString class provides a set of static methods for converting primitive type values to and from their XML string representations.
Object
XmlString
[Visual Basic] Public Class XmlString [C#] public class XmlString [C++] public __gc class XmlString [JScript] public class XmlString
The XmlString class contains only static methods, and it is not possible to create instances of the class.
The conversions methods provided by XmlString follow the conventions given by the XML Schema Specification ("http://www.w3.org/TR/xmlschema-2"). This in particular means that date and time formatting is different from that provided by the DateTime and TimeSpan types.
Namespace: System.Xml
Assembly: System.dll