Class NdefText
A class that represents the various fields of an NDEF text record.
public class NdefText
- Inheritance
-
objectNdefText
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
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