Method IntToEnglish
IntToEnglish(Int32)
Declaration
public static string IntToEnglish(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.String |
IntToEnglish(Int32, StringBuilder)
Declaration
public static void IntToEnglish(int i, StringBuilder result)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | |
StringBuilder | result |