XmlDataType

XmlDataTypeserializable

System.Xml.XPath (system.xml.dll)enum

This enumeration specifies whether to sort node values by type as numeric value (Number) or alphabetically (Text).

public enum XmlDataType {
   Text = 1,
   Number = 2
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XmlDataType

Passed To

XPathExpression.AddSort( )



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System