ServiceElementGetValueAsString(Encoding) Method
Get the value of the TextString,
where it is encoded using the given encoding form.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public string GetValueAsString(
Encoding encoding
)
Public Function GetValueAsString (
encoding As Encoding
) As String
public:
String^ GetValueAsString(
Encoding^ encoding
)
member GetValueAsString :
encoding : Encoding -> string
- encoding Encoding
- The Encoding
object to be used to decode the string value
if it has been read as a raw byte array.
String
A
String holding the value of the
TextString
from the service element.