mscorlib(4.0.0.0) API with additions
IFormattable.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
IFormattable
9
{
14
[__DynamicallyInvokable]
15
string
ToString
(
string
format,
IFormatProvider
formatProvider);
16
}
17
}
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.IFormattable.ToString
string ToString(string format, IFormatProvider formatProvider)
Formats the value of the current instance using the specified format.
System.IFormattable
Provides functionality to format the value of an object into a string representation.
Definition:
IFormattable.cs:8
All cs
System
IFormattable.cs
Generated by
1.8.15