System.Xml.XPath.XmlCaseOrder Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml.XPath
Summary
Specifies the sort order for upper and lower case letters.
C# Syntax:
[Serializable]
public enum XmlCaseOrder
See also:
System.Xml.XPath Namespace | XPathExpression.AddSort

System.Xml.XPath.XmlCaseOrder Member List:

Public Fields
LowerFirst
None Ignore the case.
UpperFirst

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.