IrDAAddressToString(String) Method
Returns a
String representation of the value of this
IrDAAddress instance, according to the provided format specifier.
Namespace: InTheHand.NetAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public string ToString(
string format
)
Public Function ToString (
format As String
) As String
public:
String^ ToString(
String^ format
)
member ToString :
format : string -> string
- format String
- A single format specifier that indicates how to format the value of this Guid. The format parameter can be "N", "C" or "P". If format is null or the empty string (""), "N" is used.
StringA
String representation of the value of this
[!:BluetoothAddress].
Specifier | Format of Return Value |
---|
N | 8 digits: XXXXXXXX |
C | 8 digits separated by colons: XX:XX:XX:XX |
P | 8 digits separated by periods: XX.XX.XX.XX |