UtilStringGetDiffCount Method

Overload List

GetDiffCount(String, String) Computes the total amount of differences (insertions, deletions or substitutions) between two strings, by using the Levenshtein algorithm.
GetDiffCount(String, String, Int32) Computes the total amount of differences (insertions, deletions or substitutions) between two strings, by using the Levenshtein algorithm.

See Also