mscorlib(4.0.0.0) API with additions
ICustomFormatter.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
ICustomFormatter
9
{
15
[__DynamicallyInvokable]
16
string
Format
(
string
format,
object
arg,
IFormatProvider
formatProvider);
17
}
18
}
System.ICustomFormatter.Format
string Format(string format, object arg, IFormatProvider formatProvider)
Converts the value of a specified object to an equivalent string representation using specified forma...
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.IFormatProvider
Provides a mechanism for retrieving an object to control formatting.
Definition:
IFormatProvider.cs:8
System.ICustomFormatter
Defines a method that supports custom formatting of the value of an object.
Definition:
ICustomFormatter.cs:8
All cs
System
ICustomFormatter.cs
Generated by
1.8.15