NStringSimilarityContext Class Fields
In This Topic
For a list of all members of this type, see NStringSimilarityContext members.
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