- start
- the start offset in this string.
- end
- the end+1 offset in this string.
- data
- the destination byte array.
- index
- the start offset in the destination byte array.
Type Reason Java.Lang.NullPointerException if data is null. Java.Lang.IndexOutOfBoundsException if start , end > length(), index or end - start > data.length - index.
Mangles a subsequence of this string into a byte array by stripping the high order bits from each char. Use String.GetBytes or String.GetBytes(string) instead.