Method Encode
Encode(String)
Encodes a string using the Match Rating Approach (MRA) algorithm.
Declaration
public string Encode(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | String to encode. |
Returns
Type | Description |
---|---|
System.String | The MRA code corresponding to the string supplied. |