Bridge

String..::..Format Method (String, Object, Object, Object)

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

Syntax


[TemplateAttribute]
public static string Format(
	string format,
	Object arg0,
	Object arg1,
	Object arg2
)
<TemplateAttribute> _
Public Shared Function Format ( _
	format As String, _
	arg0 As Object, _
	arg1 As Object, _
	arg2 As Object _
) As String
[TemplateAttribute]
public:
static String^ Format(
	String^ format, 
	Object^ arg0, 
	Object^ arg1, 
	Object^ arg2
)

Parameters

format
Type: System..::..String
arg0
Type: System..::..Object
arg1
Type: System..::..Object
arg2
Type: System..::..Object