Table of Contents

Class NdefText

Namespace
Yubico.YubiKey.Otp
Assembly
Yubico.YubiKey.dll

A class that represents the various fields of an NDEF text record.

public class NdefText
Inheritance
object
NdefText

Constructors

NdefText()

Constructs a new instance of the NdefText class.

public NdefText()

Properties

Encoding

Represents the underlying character encoding used by the record's text.

public NdefTextEncoding Encoding { get; set; }

Property Value

NdefTextEncoding

Language

Represents the language that the text is written.

public CultureInfo Language { get; set; }

Property Value

CultureInfo

Text

The message text of the NDEF text record.

public string Text { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string