• 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 © 2020 Licensed to the Apache Software Foundation (ASF)