Returns the contents of this ByteArrayOutputStream as a byte array.
Syntax
[Android.Runtime.Register("toByteArray", "()[B", "GetToByteArrayHandler")] public virtual byte[] ToByteArray ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns the contents of this ByteArrayOutputStream as a byte array. Any
changes made to the receiver after returning will not be reflected in the
byte array returned to the caller.