August 2003
Intermediate to advanced
928 pages
32h 1m
English
XmlDataType
This enumeration specifies
whether
to sort node values by type as
numeric value (Number) or alphabetically
(Text).
public enum XmlDataType { Text = 1, Number = 2 }
System.Object → System.ValueType → System.Enum(System.IComparable, System.IFormattable, System.IConvertible) → XmlDataType
XPathExpression.AddSort( )