NumericStringComparer(T) Constructor (Boolean)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of the NumericStringComparerT class
which allows the sort order to be specified.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public NumericStringComparer( bool ascendingSort )
Public Sub New ( ascendingSort As Boolean ) Dim ascendingSort As Boolean Dim instance As New NumericStringComparer(ascendingSort)
public: NumericStringComparer( bool ascendingSort )
new : ascendingSort : bool -> NumericStringComparer
Parameters
- ascendingSort
- Type: SystemBoolean
If , the items are sorted in ascending order. If , items are sorted in descending order.