LanguageBaseItemNaturalLanguageAsUInt16 Property

Gets the value of the Natural Language field of the entry, as a UInt16.

Definition

Namespace: InTheHand.Net.Bluetooth.AttributeIds
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public ushort NaturalLanguageAsUInt16 { get; }

Property Value

UInt16

Example

Some example value may be 0x656e for "en", and 0x6672 for "fr".

See Also