Bridge

Decimal..::..ToFormat Method (Int32)

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

Syntax


public string ToFormat(
	int dp
)
Public Function ToFormat ( _
	dp As Integer _
) As String
public:
String^ ToFormat(
	int^ dp
)

Parameters

dp
Type: System..::..Int32