Method | Description | |
---|---|---|
IntToEnglish ( int i ) : System.String | ||
IntToEnglish ( int i, System result ) : void |
Method | Description | |
---|---|---|
Main ( System args ) : void |
public static IntToEnglish ( int i ) : System.String | ||
i | int | |
return | System.String |
public static IntToEnglish ( int i, System result ) : void | ||
i | int | |
result | System | |
return | void |