Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class English

    Converts numbers to english strings for testing.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    English
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public static class English

    Methods

    | Improve this Doc View Source

    Int32ToEnglish(Int32)

    Declaration
    public static string Int32ToEnglish(int i)
    Parameters
    Type Name Description
    System.Int32 i
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Int32ToEnglish(Int32, StringBuilder)

    Declaration
    public static void Int32ToEnglish(int i, StringBuilder result)
    Parameters
    Type Name Description
    System.Int32 i
    System.Text.StringBuilder result
    | Improve this Doc View Source

    Int64ToEnglish(Int64)

    Declaration
    public static string Int64ToEnglish(long i)
    Parameters
    Type Name Description
    System.Int64 i
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Int64ToEnglish(Int64, StringBuilder)

    Declaration
    public static void Int64ToEnglish(long i, StringBuilder result)
    Parameters
    Type Name Description
    System.Int64 i
    System.Text.StringBuilder result
    | Improve this Doc View Source

    ToEnglish(Int32)

    Declaration
    public static string ToEnglish(this int i)
    Parameters
    Type Name Description
    System.Int32 i
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ToEnglish(Int32, StringBuilder)

    Declaration
    public static void ToEnglish(this int i, StringBuilder result)
    Parameters
    Type Name Description
    System.Int32 i
    System.Text.StringBuilder result
    | Improve this Doc View Source

    ToEnglish(Int64)

    Declaration
    public static string ToEnglish(this long i)
    Parameters
    Type Name Description
    System.Int64 i
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ToEnglish(Int64, StringBuilder)

    Declaration
    public static void ToEnglish(this long i, StringBuilder result)
    Parameters
    Type Name Description
    System.Int64 i
    System.Text.StringBuilder result
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.