Class NaturalStringComparer
Uses the file name comparison methods used in Windows. For example 'new folder 10' comes after 'new folder 9'.
Inheritance
Namespace: Telerik.Windows.Controls.FileDialogs.ShellHelpers
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class NaturalStringComparer : Object, IComparer<FileSystemInfoWrapper>
Properties
Instance
The single Natural
Declaration
public static NaturalStringComparer Instance { get; }
Property Value
Methods
Compare(FileSystemInfoWrapper, FileSystemInfoWrapper)
Wraps the Telerik.
Declaration
public int Compare(FileSystemInfoWrapper x, FileSystemInfoWrapper y)
Parameters
Returns
System.
|