Method Encode
Encode(String)
Encodes the given string into a Caverphone value.
Declaration
public override string Encode(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | The source string. |
Returns
Type | Description |
---|---|
System.String | A caverphone code for the given string. |