Documentation for this section has not yet been entered.
Returns a new byte array containing the code points in this string encoded using the system's Java.Nio.Charset.Charset.DefaultCharset.
The behavior when this string cannot be represented in the system's default charset is unspecified. In practice, when the default charset is UTF-8 (as it is on Android), all strings can be encoded.