Nevron.UI.WinForm.Controls Namespace / NListViewNumericSorter Class / Compare Method / Compare(String,String) Method


Compare(String,String) Method
Syntax
'Declaration
 
Protected Overloads Overrides Function Compare( _
   ByVal s1 As System.String, _
   ByVal s2 As System.String _
) As System.Integer
 
'Usage
 
Dim instance As NListViewNumericSorter
Dim s1 As System.String
Dim s2 As System.String
Dim value As System.Integer
 
value = instance.Compare(s1, s2)

Parameters

s1
s2
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also