BluetoothAddressToString(String) Method

Returns a String representation of the value of this BluetoothAddress instance, according to the provided format specifier.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public string ToString(
	string format
)

Parameters

format  String
A single format specifier that indicates how to format the value of this address. The format parameter can be "N", "C", or "P". If format is null or the empty string (""), "N" is used.

Return Value

String
A String representation of the value of this BluetoothAddress.

See Also