Mono Class Library: Overview

System.IConvertible: Members

The members of System.IConvertible are listed below.

Public Methods

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