AdvFormatterFormat Method

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
C#
public string Format(
	string format,
	Object arg,
	IFormatProvider formatProvider
)

Parameters

format  String
 
arg  Object
 
formatProvider  IFormatProvider
 

Return Value

String

Implements

ICustomFormatterFormat(String, Object, IFormatProvider)

See Also