Returns a non-canonical Ion-formatted ASCII representation of this value. All data will be on a single line, with (relatively) minimal whitespace. There is no guarantee that multiple invocations of this method will return identical results, only that they will be equivalent per the Ion data
()
| 479 | * @see #toPrettyString() |
| 480 | */ |
| 481 | public String toString(); |
| 482 | |
| 483 | |
| 484 | /** |
no outgoing calls