←Select platform

LevenshteinDistance Method

Summary

Returns the Levenshtein Distance that measures the difference between two strings.

Syntax

C#
C++/CLI
Python
public static int LevenshteinDistance( 
   string str1, 
   string str2 
) 
public:  
   static Int32 LevenshteinDistance( 
      String^ str1, 
      String^ str2 
   ) 
def LevenshteinDistance(self,str1,str2): 

Parameters

str1

A first string to use for the Levenshtein Distance measurement.

str2

A second string to use for the Levenshtein Distance measurement.

Remarks

Levenshtein Distance

Levenshtein distance is a string metric for measuring the difference between two sequences.

Requirements

Target Platforms

See Also

FormProcessingEngine Class

FormProcessingEngine Members

Leadtools.Forms.Processing Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.