Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IStringEncoder

    Defines common encoding methods for string encoders.

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

    Methods

    Encode(string)

    Encodes a string and returns a string.

    Declaration
    string Encode(string source)
    Parameters
    Type Name Description
    string source

    the string to encode

    Returns
    Type Description
    string

    the encoded string

    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.