[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareStringValidator.ComparisonType

ComparisonType Property

ComparisonType

Gets or sets the culture, case, and sort rules to be used in the comparison.

Declaration
public StringComparison ComparisonType { get; set; }
Public Property ComparisonType As StringComparison
Property Value
Type Description
StringComparison

A StringComparison value that specifies the culture, case, and sort rules to be used in the comparison. The default is CurrentCulture.

Exceptions
Type Condition
InvalidEnumArgumentException

The assigned value is not defined in StringComparison.