// Assembly: mscorlib
// Full name: System.Runtime.Serialization.IFormatterConverter

namespace System.Runtime.Serialization
{
public class IFormatterConverter // TypeDefIndex: 4257
{

	// Methods
	// RVA: -1
	public abstract type#23705 Convert(type#23705 value, type#27705 type) { }
	// RVA: -1
	public abstract type#15313 ToBoolean(type#23705 value) { }
	// RVA: -1
	public abstract type#20867 ToInt32(type#23705 value) { }
	// RVA: -1
	public abstract type#20900 ToInt64(type#23705 value) { }
	// RVA: -1
	public abstract type#26059 ToSingle(type#23705 value) { }
	// RVA: -1
	public abstract type#26576 ToString(type#23705 value) { }
}
}
