Java.Util.BitSet.ToByteArray Method
Returns a new byte[] containing a little-endian representation the bits of this BitSet, suitable for passing to valueOf to reconstruct this BitSet.

Syntax

[Android.Runtime.Register("toByteArray", "()[B", "GetToByteArrayHandler")]
public virtual byte[] ToByteArray ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new byte[] containing a little-endian representation the bits of this BitSet, suitable for passing to valueOf to reconstruct this BitSet.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1