C# Класс DuoVia.FuzzyStrings.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
FuzzyEquals ( this strA, string strB, double requiredProbabilityScore = 0.75 ) : bool
FuzzyMatch ( this strA, string strB ) : double

Приватные методы

Метод Описание
CompositeCoefficient ( string strA, string strB ) : double
Strip ( string str ) : string

Описание методов

FuzzyEquals() публичный статический Метод

public static FuzzyEquals ( this strA, string strB, double requiredProbabilityScore = 0.75 ) : bool
strA this
strB string
requiredProbabilityScore double
Результат bool

FuzzyMatch() публичный статический Метод

public static FuzzyMatch ( this strA, string strB ) : double
strA this
strB string
Результат double