Edit

Share via


NdefRecord.Serialize(Span<Byte>) Method

Definition

Serialize the NDEF Record

public void Serialize (Span<byte> record);
member this.Serialize : Span<byte> -> unit
Public Sub Serialize (record As Span(Of Byte))

Parameters

record
Span<Byte>

The serialized record in a byte span

Applies to