NdefRecord.ToByteArray Method

Definition

Caution

deprecated

Return this NDEF Record as a byte array.

[Android.Runtime.Register("toByteArray", "()[B", "")]
[System.Obsolete("deprecated")]
public byte[]? ToByteArray ();
[<Android.Runtime.Register("toByteArray", "()[B", "")>]
[<System.Obsolete("deprecated")>]
member this.ToByteArray : unit -> byte[]

Returns

Byte[]
Attributes

Remarks

Java documentation for android.nfc.NdefRecord.toByteArray().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to