Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareStringValidator Class / ComparisonType Property


ComparisonType Property
Gets or sets the culture, case, and sort rules to be used in the comparison.
Syntax
'Declaration
 
Public Property ComparisonType As StringComparison
 
'Usage
 
Dim instance As CompareStringValidator
Dim value As StringComparison
 
instance.ComparisonType = value
 
value = instance.ComparisonType

Property Value

A System.StringComparison value that specifies the culture, case, and sort rules to be used in the comparison. The default is System.StringComparison.CurrentCulture.
Exceptions
ExceptionDescription
The assigned value is not defined in System.StringComparison.
See Also