Spread Windows Forms 12.0 Product Documentation
ComparisonType Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CompareStringValidator Class : 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
public StringComparison ComparisonType {get; set;}

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

Reference

CompareStringValidator Class
CompareStringValidator Members