AdvFormatterFormat Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public string Format(
string format,
Object arg,
IFormatProvider formatProvider
)
Public Function Format (
format As String,
arg As Object,
formatProvider As IFormatProvider
) As String
public:
virtual String^ Format(
String^ format,
Object^ arg,
IFormatProvider^ formatProvider
) sealed
abstract Format :
format : string *
arg : Object *
formatProvider : IFormatProvider -> string
override Format :
format : string *
arg : Object *
formatProvider : IFormatProvider -> string
- format String
-
- arg Object
-
- formatProvider IFormatProvider
-
StringICustomFormatterFormat(String, Object, IFormatProvider)