System.Xml.Schema.XmlAtomicValue: Method Members

The methods of System.Xml.Schema.XmlAtomicValue are listed below. For a list of all members, see the XmlAtomicValue Members list.

See Also: Inherited members from System.Xml.XPath.XPathItem

Public Methods

Clone() : XmlAtomicValue

Returns a copy of this System.Xml.Schema.XmlAtomicValue object.

override
ToString() : string

Gets the string value of the validated XML element or attribute.

override
ValueAs(Type, System.Xml.IXmlNamespaceResolver) : object

Returns the validated XML element or attribute's value as the type specified using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes.