Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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 Source

    Encode(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

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.