Show / Hide Table of Contents

    Interface IStringEncoder

    Defines common encoding methods for encoders.

    Namespace: Lucene.Net.Analysis.Phonetic.Language
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public interface IStringEncoder

    Methods

    | Improve this Doc View Source

    Encode(String)

    Encodes a and returns a .

    Declaration
    string Encode(string source)
    Parameters
    Type Name Description
    System.String source

    the to encode

    Returns
    Type Description
    System.String

    the encoded

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)