ServiceElementGetValueAsStringUtf8 Method
Get the value of the TextString,
when it is encoded as UTF-8.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public string GetValueAsStringUtf8()
Public Function GetValueAsStringUtf8 As String
public:
String^ GetValueAsStringUtf8()
member GetValueAsStringUtf8 : unit -> string
Return Value
String
A
String holding the value of the
TextString
from the service element.
Note: a strict decoding is used.
Thus if the value is not in UTF-8 encoding or has been
encoded incorrectly an error will occur.