Interface IStringEncoder
Defines common encoding methods for
Namespace: Lucene.Net.Analysis.Phonetic.Language
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public interface IStringEncoder
Methods
| Improve this Doc View SourceEncode(String)
Encodes a
Declaration
string Encode(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | the |
Returns
Type | Description |
---|---|
System.String | the encoded |