Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)
Visual Basic
Public Function ToString ( _
	format As String, _
	formatProvider As IFormatProvider _
) As String
Visual C++
public:
virtual String^ ToString(
	String^ format, 
	IFormatProvider^ formatProvider
) sealed

Parameters

format
Type: System..::..String
formatProvider
Type: System..::..IFormatProvider

Implements

IFormattable..::..ToString(String, IFormatProvider)

See Also