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 SourceInt32ToEnglish(Int32)
Declaration
public static string Int32ToEnglish(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.String |
Int32ToEnglish(Int32, StringBuilder)
Declaration
public static void Int32ToEnglish(int i, StringBuilder result)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | |
System.Text.StringBuilder | result |
Int64ToEnglish(Int64)
Declaration
public static string Int64ToEnglish(long i)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | i |
Returns
Type | Description |
---|---|
System.String |
Int64ToEnglish(Int64, StringBuilder)
Declaration
public static void Int64ToEnglish(long i, StringBuilder result)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | i | |
System.Text.StringBuilder | result |
ToEnglish(Int32)
Declaration
public static string ToEnglish(this int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.String |
ToEnglish(Int32, StringBuilder)
Declaration
public static void ToEnglish(this int i, StringBuilder result)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | |
System.Text.StringBuilder | result |
ToEnglish(Int64)
Declaration
public static string ToEnglish(this long i)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | i |
Returns
Type | Description |
---|---|
System.String |
ToEnglish(Int64, StringBuilder)
Declaration
public static void ToEnglish(this long i, StringBuilder result)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | i | |
System.Text.StringBuilder | result |