System.Xml.Schema.XmlValueGetter Delegate

A delegate used by the System.Xml.Schema.XmlSchemaValidator class to pass attribute, text, and white space values as a Common Language Runtime (CLR) type compatible with the XML Schema Definition Language (XSD) type of the attribute, text, or white space.

Syntax

public delegate object XmlValueGetter ()

Returns

Documentation for this section has not yet been entered.

Remarks

An System.Xml.Schema.XmlValueGetter delegate is useful if the CLR value of an attribute, text, or white space node is already available, and avoids the cost of converting it to a string and then reparsing it again for validation.

For more information about the System.Xml.Schema.XmlSchemaValidator class, see the XmlSchemaValidator Push-Based Validation topic, or the System.Xml.Schema.XmlSchemaValidator class reference documentation.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0