C# Class DuoVia.FuzzyStrings.StringExtensions

Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode Description
FuzzyEquals ( this strA, string strB, double requiredProbabilityScore = 0.75 ) : bool
FuzzyMatch ( this strA, string strB ) : double

Private Methods

Méthode Description
CompositeCoefficient ( string strA, string strB ) : double
Strip ( string str ) : string

Method Details

FuzzyEquals() public static méthode

public static FuzzyEquals ( this strA, string strB, double requiredProbabilityScore = 0.75 ) : bool
strA this
strB string
requiredProbabilityScore double
Résultat bool

FuzzyMatch() public static méthode

public static FuzzyMatch ( this strA, string strB ) : double
strA this
strB string
Résultat double