- charset
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Returns a new byte array containing the code points of this string encoded using the given charset.
The behavior when this string cannot be represented in the given charset is to replace malformed input and unmappable code points with the charset's default replacement byte array. Use Java.Nio.Charset.CharsetEncoder for more control.