Interface IStringEncoder
Defines common encoding methods for System.String encoders.
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 System.String and returns a System.String.
Declaration
string Encode(string source)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | source | the System.String to encode  | 
      
Returns
| Type | Description | 
|---|---|
| System.String | the encoded System.String  |