[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
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

Parameters

format
String
formatProvider
IFormatProvider

Implements

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

See Also