- charsetName
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.IO.UnsupportedEncodingException if the charset is not supported
Returns a new byte array containing the code points of this string encoded using the named charset.
The behavior when this string cannot be represented in the named charset is unspecified. Use Java.Nio.Charset.CharsetEncoder for more control.