NStringSimilarityContext Class Members
In This Topic
The following tables list the members exposed by NStringSimilarityContext.
Public Constructors
Public Fields
| Name | Description |
| Budget | The total allowed cost within which two strings are considered similar. |
| InsertCharCost | The cost for inserting a new character in the string. |
| RemoveCharCost | The cost for removing a character from the string. |
| ReplaceCharCost | The cost for replacing a character from the string with other character. |
| SwapCharsCost | The cost for swapping to adjacent characters. |
Top
See Also