Returns a string representation of the numeral.
()
| 64 | * Returns a string representation of the numeral. |
| 65 | **/ |
| 66 | public String toString() { |
| 67 | return Native.getNumeralString(getContext().nCtx(), getNativeObject()); |
| 68 | } |
| 69 | } |
no test coverage detected