C# 클래스 DuoVia.FuzzyStrings.StringExtensions

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
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