In The Hand
Parse Method (bluetoothString)
NamespacesInTheHand.NetBluetoothAddressParse(String)
.NET Components for Mobility
Converts the string representation of a Bluetooth address to a new BluetoothAddress instance.
Declaration Syntax
C#Visual Basic
public static BluetoothAddress Parse(
	string bluetoothString
)
Public Shared Function Parse ( _
	bluetoothString As String _
) As BluetoothAddress
Parameters
bluetoothString (String)
A string containing an address to convert.
Return Value
New BluetoothAddress instance.
Remarks
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.
Exceptions
ExceptionCondition
ArgumentNullExceptionbluetoothString is null.
FormatExceptionbluetoothString is not a valid Bluetooth address.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0