For Babelfish Release 1.11.3.13

CommonLevenshteinDistance Method

Returns the Levenshtein Distance between two strings.

Definition

Namespace: Scopos.BabelFish.Helpers
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public static int LevenshteinDistance(
	string s,
	string t,
	bool caseSensitive = true
)

Parameters

s  String
t  String
caseSensitive  Boolean  (Optional)

Return Value

Int32

See Also