Class NumberToWords
Inheritance
System.Object
NumberToWords
Namespace: UICatalog
Assembly: UICatalog.dll
Syntax
public static class NumberToWords : Object
Methods
Convert(Int64)
Declaration
public static string Convert(long i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | i |
Returns
| Type | Description |
|---|---|
| System.String |
ConvertAmount(Double)
Declaration
public static string ConvertAmount(double amount)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | amount |
Returns
| Type | Description |
|---|---|
| System.String |