In The Hand
ToString Method (format, formatProvider)
NamespacesInTheHand.NetIrDAAddressToString(String, IFormatProvider)
.NET Components for Mobility
Returns a String representation of the value of this IrDAAddress instance, according to the provided format specifier.
Declaration Syntax
C#Visual Basic
public string ToString(
	string format,
	IFormatProvider formatProvider
)
Public Function ToString ( _
	format As String, _
	formatProvider As IFormatProvider _
) As String
Parameters
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.
formatProvider (IFormatProvider)
Ignored.
Return Value
A String representation of the value of this IrDAAddress.
Remarks
See ToString(String) for the possible format strings and their output.

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