Edit

Share via


TextRecord.IsTextRecord(NdefRecord) Method

Definition

Check if it's a valid Text Record

public static bool IsTextRecord (Iot.Device.Ndef.NdefRecord ndefRecord);
static member IsTextRecord : Iot.Device.Ndef.NdefRecord -> bool
Public Shared Function IsTextRecord (ndefRecord As NdefRecord) As Boolean

Parameters

ndefRecord
NdefRecord

The NDEF Record to check

Returns

True if it's a valid Text Record

Applies to