Class English
Converts numbers to english strings for testing.
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
English
Assembly: Lucene.Net.TestFramework.dll
Syntax
public static class English : object
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 |
|
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 |
|
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 |
|
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 |
|
StringBuilder |
result |
|