BluetoothAddressParse Method
Converts the string representation of a Bluetooth address to a new
BluetoothAddress instance.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static BluetoothAddress Parse(
string bluetoothString
)
Public Shared Function Parse (
bluetoothString As String
) As BluetoothAddress
public:
static BluetoothAddress^ Parse(
String^ bluetoothString
)
static member Parse :
bluetoothString : string -> BluetoothAddress
- bluetoothString String
- A string containing an address to convert.
BluetoothAddressNew
BluetoothAddress instance.
Address must be specified in hex format optionally separated by the colon or period character e.g. 000000000000, 00:00:00:00:00:00 or 00.00.00.00.00.00.