ListViewSorterCompareNatural Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static int CompareNatural(
string x,
string y
)
Private Shared Function CompareNatural (
x As String,
y As String
) As Integer
private:
static int CompareNatural(
String^ x,
String^ y
)
private static member CompareNatural :
x : string *
y : string -> int
Parameters
- x
- Type: SystemString
- y
- Type: SystemString
Return Value
Type:
Int32
See Also