{-# OPTIONS -XEmptyDataDecls #-} module NET.System.IFormattable ( module NET.System.IFormattable ) where import NET import NET.System.IFormattable.Type as NET.System.IFormattable import qualified NET.System.IFormatProvider import qualified NET.System.Object toString :: (NET.System.IFormatProvider.IFormatProvider a1, IFormattable obj) => String -> NET.System.Object.Object a1 -> Object obj -> IO (String) toString arg0 arg1 = invoke "ToString" (arg0, arg1)