mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
7 lines
133 B
Beef
7 lines
133 B
Beef
namespace System
|
|
{
|
|
interface IFormattable
|
|
{
|
|
void ToString(String outString, String format, IFormatProvider formatProvider);
|
|
}
|
|
}
|