Returns a string representation of the numeral.
()
| 187 | * Returns a string representation of the numeral. |
| 188 | */ |
| 189 | public String toString() |
| 190 | { |
| 191 | return Native.getNumeralString(getContext().nCtx(), getNativeObject()); |
| 192 | } |
| 193 | } |
no test coverage detected