Bridge

Decimal..::..ToFormat Method (Int32, MidpointRounding, IFormatProvider)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public string ToFormat(
	int dp,
	MidpointRounding rm,
	IFormatProvider provider
)
Public Function ToFormat ( _
	dp As Integer, _
	rm As MidpointRounding, _
	provider As IFormatProvider _
) As String
public:
String^ ToFormat(
	int^ dp, 
	MidpointRounding^ rm, 
	IFormatProvider^ provider
)