IrDAAddressToString(String, IFormatProvider) 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,
IFormatProvider formatProvider
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> 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.
- formatProvider IFormatProvider
- Ignored.
StringA
String representation of the value of this
IrDAAddress.
IFormattableToString(String, IFormatProvider)