Constructs a new Ion string with the given value. @param value the text of the new string; may be null to make null.string .
(String value)
| 499 | * may be <code>null</code> to make <code>null.string</code>. |
| 500 | */ |
| 501 | public IonString newString(String value); |
| 502 | |
| 503 | |
| 504 | //------------------------------------------------------------------------- |
no outgoing calls