mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 21:05:59 +02:00
8 lines
133 B
Beef
8 lines
133 B
Beef
![]() |
namespace System
|
||
|
{
|
||
|
interface IFormattable
|
||
|
{
|
||
|
void ToString(String outString, String format, IFormatProvider formatProvider);
|
||
|
}
|
||
|
}
|