C# 클래스 DuoVia.FuzzyStrings.DoubleMetaphoneExtensions

DoubleMetaphone string extension
Original C++ implementation: "Double Metaphone (c) 1998, 1999 by Lawrence Philips" http://www.ddj.com/cpp/184401251?pgno=1
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
ToDoubleMetaphone ( this input ) : string

비공개 메소드들

메소드 설명
IsVowel ( this self ) : bool
StartsWith ( this self, System.StringComparison comparison ) : bool
StringAt ( this self, int startIndex ) : bool

메소드 상세

ToDoubleMetaphone() 공개 정적인 메소드

public static ToDoubleMetaphone ( this input ) : string
input this
리턴 string