Mono Class Library: Overview

System.Runtime.Serialization.FormatterConverter: Method Members

The methods of System.Runtime.Serialization.FormatterConverter are listed below. For a list of all members, see the FormatterConverter Members list.

See Also: Inherited members from System.Object

Public Methods

Convert(object, Type) : object
Documentation for this section has not yet been entered.
Convert(object, TypeCode) : object
Documentation for this section has not yet been entered.
ToBoolean(object) : bool
Documentation for this section has not yet been entered.
ToByte(object) : byte
Documentation for this section has not yet been entered.
ToChar(object) : char
Documentation for this section has not yet been entered.
ToDateTime(object) : DateTime
Documentation for this section has not yet been entered.
ToDecimal(object) : decimal
Documentation for this section has not yet been entered.
ToDouble(object) : double
Documentation for this section has not yet been entered.
ToInt16(object) : short
Documentation for this section has not yet been entered.
ToInt32(object) : int
Documentation for this section has not yet been entered.
ToInt64(object) : long
Documentation for this section has not yet been entered.
ToSByte(object) : sbyte
Documentation for this section has not yet been entered.
ToSingle(object) : float
Documentation for this section has not yet been entered.
ToString(object) : string
Documentation for this section has not yet been entered.
ToUInt16(object) : ushort
Documentation for this section has not yet been entered.
ToUInt32(object) : uint
Documentation for this section has not yet been entered.
ToUInt64(object) : ulong
Documentation for this section has not yet been entered.