Method GetDoubleMetaphone
GetDoubleMetaphone(String)
Encode a value with Double Metaphone.
Declaration
public virtual string GetDoubleMetaphone(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | String to encode. |
Returns
Type | Description |
---|---|
System.String | An encoded string. |
GetDoubleMetaphone(String, Boolean)
Encode a value with Double Metaphone, optionally using the alternate encoding.
Declaration
public virtual string GetDoubleMetaphone(string value, bool alternate)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | String to encode. |
System.Boolean | alternate | Use alternate encode. |
Returns
Type | Description |
---|---|
System.String | An encoded string. |