[ Team LiB ] Previous Section Next Section

XmlDataTypeSystem.Xml.XPath (system.xml.dll) serializable enum 

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

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

Hierarchy

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

Passed To

XPathExpression.AddSort( )

    [ Team LiB ] Previous Section Next Section