Method MatchAlmost
MatchAlmost(String)
Returns a
If the MatchAlmost(String, Int32) method is called before the MatchAlmostDiff property has been called for the first time, then diff = 0.
Declaration
public virtual IList<string> MatchAlmost(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The target key. |
Returns
Type | Description |
---|---|
IList<System.String> | A |
MatchAlmost(String, Int32)
Returns a
If the MatchAlmost(String, Int32) method is called before the MatchAlmostDiff property has been called for the first time, then diff = 0.
Declaration
public virtual IList<string> MatchAlmost(string key, int numReturnValues)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The target key. |
System.Int32 | numReturnValues | The maximum number of values returned by this method. |
Returns
Type | Description |
---|---|
IList<System.String> | A |