Bridge

String..::..Format Method (IFormatProvider, String, array<Object>[]()[][])

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

Syntax


[TemplateAttribute]
public static string Format(
	IFormatProvider provider,
	string format,
	params Object[] args
)
<TemplateAttribute> _
Public Shared Function Format ( _
	provider As IFormatProvider, _
	format As String, _
	ParamArray args As Object() _
) As String
[TemplateAttribute]
public:
static String^ Format(
	IFormatProvider^ provider, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

provider
Type: System..::..IFormatProvider
format
Type: System..::..String
args
Type: array<System..::..Object>[]()[][]