NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlString Class

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

Remarks

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.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlString Members | System.Xml Namespace