Mono Class Library: Overview

System.Convert: Members

The members of System.Convert are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
DBNullobject. Documentation for this section has not yet been entered.

Public Methods

static
ChangeType(object, Type) : object
Documentation for this section has not yet been entered.
static
ChangeType(object, TypeCode) : object
Documentation for this section has not yet been entered.
static
ChangeType(object, Type, IFormatProvider) : object
Documentation for this section has not yet been entered.
static
ChangeType(object, TypeCode, IFormatProvider) : object
Documentation for this section has not yet been entered.
static
FromBase64CharArray(char[], int, int) : byte[]
Documentation for this section has not yet been entered.
static
FromBase64String(string) : byte[]
Documentation for this section has not yet been entered.
static
GetTypeCode(object) : TypeCode
Documentation for this section has not yet been entered.
static
IsDBNull(object) : bool
Documentation for this section has not yet been entered.
static
ToBase64CharArray(byte[], int, int, char[], int) : int
Documentation for this section has not yet been entered.
static
ToBase64CharArray(byte[], int, int, char[], int, Base64FormattingOptions) : int
Documentation for this section has not yet been entered.
static
ToBase64String(byte[]) : string
Documentation for this section has not yet been entered.
static
ToBase64String(byte[], Base64FormattingOptions) : string
Documentation for this section has not yet been entered.
static
ToBase64String(byte[], int, int) : string
Documentation for this section has not yet been entered.
static
ToBase64String(byte[], int, int, Base64FormattingOptions) : string
Documentation for this section has not yet been entered.
static
ToBoolean(bool) : bool
Converts a bool to a bool .
static
ToBoolean(byte) : bool
Converts a byte to a bool .
static
ToBoolean(char) : bool
Documentation for this section has not yet been entered.
static
ToBoolean(DateTime) : bool
Documentation for this section has not yet been entered.
static
ToBoolean(decimal) : bool
Converts a decimal to a bool.
static
ToBoolean(double) : bool
Converts a double to a bool .
static
ToBoolean(short) : bool
Converts a short to a bool .
static
ToBoolean(int) : bool
Converts a int to a bool .
static
ToBoolean(long) : bool
Converts a long to a bool .
static
ToBoolean(object) : bool
Documentation for this section has not yet been entered.
static
ToBoolean(sbyte) : bool
Converts a sbyte to a bool .
static
ToBoolean(float) : bool
Converts a float to a bool .
static
ToBoolean(string) : bool
Converts a string to a bool .
static
ToBoolean(ushort) : bool
Converts a ushort to a bool .
static
ToBoolean(uint) : bool
Converts a uint to a bool .
static
ToBoolean(ulong) : bool
Converts a ulong to a bool .
static
ToBoolean(object, IFormatProvider) : bool
Documentation for this section has not yet been entered.
static
ToBoolean(string, IFormatProvider) : bool
Documentation for this section has not yet been entered.
static
ToByte(bool) : byte
Converts a bool to a byte .
static
ToByte(byte) : byte
Converts a byte to a byte .
static
ToByte(char) : byte
Converts a char to a byte .
static
ToByte(DateTime) : byte
Documentation for this section has not yet been entered.
static
ToByte(decimal) : byte
Converts a decimal to a byte .
static
ToByte(double) : byte
Converts a double to a byte .
static
ToByte(short) : byte
Converts a short to a byte .
static
ToByte(int) : byte
Converts a int to a byte .
static
ToByte(long) : byte
Converts a long to a byte .
static
ToByte(object) : byte
Documentation for this section has not yet been entered.
static
ToByte(sbyte) : byte
Converts a sbyte to a byte .
static
ToByte(float) : byte
Converts a float to a byte .
static
ToByte(string) : byte
Converts a string representation of a number to a byte .
static
ToByte(ushort) : byte
Converts a ushort to a byte .
static
ToByte(uint) : byte
Converts a uint to a byte .
static
ToByte(ulong) : byte
Converts a ulong to a byte .
static
ToByte(object, IFormatProvider) : byte
Documentation for this section has not yet been entered.
static
ToByte(string, IFormatProvider) : byte
Converts a string to a byte .
static
ToByte(string, int) : byte
Documentation for this section has not yet been entered.
static
ToChar(bool) : char
Documentation for this section has not yet been entered.
static
ToChar(byte) : char
Converts a byte to a char .
static
ToChar(char) : char
Converts a char to a char .
static
ToChar(DateTime) : char
Documentation for this section has not yet been entered.
static
ToChar(decimal) : char
Documentation for this section has not yet been entered.
static
ToChar(double) : char
Documentation for this section has not yet been entered.
static
ToChar(short) : char
Converts a short to a char .
static
ToChar(int) : char
Converts a int to a char .
static
ToChar(long) : char
Converts a long to a char .
static
ToChar(object) : char
Documentation for this section has not yet been entered.
static
ToChar(sbyte) : char
Converts a sbyte to a char .
static
ToChar(float) : char
Documentation for this section has not yet been entered.
static
ToChar(string) : char
Converts a string to a char .
static
ToChar(ushort) : char
Converts a ushort to a char .
static
ToChar(uint) : char
Converts a uint to a char .
static
ToChar(ulong) : char
Converts a ulong to a char .
static
ToChar(object, IFormatProvider) : char
Documentation for this section has not yet been entered.
static
ToChar(string, IFormatProvider) : char
Documentation for this section has not yet been entered.
static
ToDateTime(bool) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(byte) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(char) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(DateTime) : DateTime
Converts a DateTime to a DateTime .
static
ToDateTime(decimal) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(double) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(short) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(int) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(long) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(object) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(sbyte) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(float) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(string) : DateTime
Converts a string to a DateTime structure.
static
ToDateTime(ushort) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(uint) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(ulong) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(object, IFormatProvider) : DateTime
Documentation for this section has not yet been entered.
static
ToDateTime(string, IFormatProvider) : DateTime
Converts a string to a DateTime structure.
static
ToDecimal(bool) : decimal
Converts a bool to a decimal .
static
ToDecimal(byte) : decimal
Converts a byte to a decimal .
static
ToDecimal(char) : decimal
Documentation for this section has not yet been entered.
static
ToDecimal(DateTime) : decimal
Documentation for this section has not yet been entered.
static
ToDecimal(decimal) : decimal
Converts a decimal to a decimal .
static
ToDecimal(double) : decimal
Converts a double to a decimal .
static
ToDecimal(short) : decimal
Converts a short to a decimal .
static
ToDecimal(int) : decimal
Converts a int to a decimal .
static
ToDecimal(long) : decimal
Converts a long to a decimal .
static
ToDecimal(object) : decimal
Documentation for this section has not yet been entered.
static
ToDecimal(sbyte) : decimal
Converts a sbyte to a decimal .
static
ToDecimal(float) : decimal
Converts a float to a decimal .
static
ToDecimal(string) : decimal
Converts a string to a decimal .
static
ToDecimal(ushort) : decimal
Converts a ushort to a decimal .
static
ToDecimal(uint) : decimal
Converts a uint to a decimal .
static
ToDecimal(ulong) : decimal
Converts a ulong to a decimal .
static
ToDecimal(object, IFormatProvider) : decimal
Documentation for this section has not yet been entered.
static
ToDecimal(string, IFormatProvider) : decimal
Converts a string to a decimal .
static
ToDouble(bool) : double
Converts a bool to a double .
static
ToDouble(byte) : double
Converts a byte to a double .
static
ToDouble(char) : double
Documentation for this section has not yet been entered.
static
ToDouble(DateTime) : double
Documentation for this section has not yet been entered.
static
ToDouble(decimal) : double
Converts a decimal to a double .
static
ToDouble(double) : double
Converts a double to a double .
static
ToDouble(short) : double
Converts a short to a double .
static
ToDouble(int) : double
Converts a int to a double .
static
ToDouble(long) : double
Converts a long to a double .
static
ToDouble(object) : double
Documentation for this section has not yet been entered.
static
ToDouble(sbyte) : double
Converts a sbyte to a double .
static
ToDouble(float) : double
Converts a float to a double .
static
ToDouble(string) : double
Converts a string to a double .
static
ToDouble(ushort) : double
Converts a ushort to a double .
static
ToDouble(uint) : double
Converts a uint to a double .
static
ToDouble(ulong) : double
Converts a ulong to a double .
static
ToDouble(object, IFormatProvider) : double
Documentation for this section has not yet been entered.
static
ToDouble(string, IFormatProvider) : double
Converts a string to a double .
static
ToInt16(bool) : short
Converts a bool to a short .
static
ToInt16(byte) : short
Converts a byte to a short .
static
ToInt16(char) : short
Converts a char to a short .
static
ToInt16(DateTime) : short
Documentation for this section has not yet been entered.
static
ToInt16(decimal) : short
Converts a decimal to a short .
static
ToInt16(double) : short
Converts a double to a short .
static
ToInt16(short) : short
Converts a short to a short .
static
ToInt16(int) : short
Converts a int to a short .
static
ToInt16(long) : short
Converts a long to a short.
static
ToInt16(object) : short
Documentation for this section has not yet been entered.
static
ToInt16(sbyte) : short
Converts a sbyte to a short .
static
ToInt16(float) : short
Converts a float to a short .
static
ToInt16(string) : short
Converts a string to a short .
static
ToInt16(ushort) : short
Converts a ushort to a short .
static
ToInt16(uint) : short
Converts a uint to a short .
static
ToInt16(ulong) : short
Converts a ulong to a short .
static
ToInt16(object, IFormatProvider) : short
Documentation for this section has not yet been entered.
static
ToInt16(string, IFormatProvider) : short
Converts a string to a short .
static
ToInt16(string, int) : short
Documentation for this section has not yet been entered.
static
ToInt32(bool) : int
Converts a bool to a int .
static
ToInt32(byte) : int
Converts a byte to a int .
static
ToInt32(char) : int
Converts a char to a int .
static
ToInt32(DateTime) : int
Documentation for this section has not yet been entered.
static
ToInt32(decimal) : int
Converts a decimal to a int .
static
ToInt32(double) : int
Converts a double to a int .
static
ToInt32(short) : int
Converts a short to a int .
static
ToInt32(int) : int
Converts a int to a int .
static
ToInt32(long) : int
Converts a long to a int .
static
ToInt32(object) : int
Documentation for this section has not yet been entered.
static
ToInt32(sbyte) : int
Converts a sbyte to a int .
static
ToInt32(float) : int
Converts a float to a int .
static
ToInt32(string) : int
Converts a string to a int .
static
ToInt32(ushort) : int
Converts a ushort to a int .
static
ToInt32(uint) : int
Converts a uint to a int .
static
ToInt32(ulong) : int
Converts a ulong to a int .
static
ToInt32(object, IFormatProvider) : int
Documentation for this section has not yet been entered.
static
ToInt32(string, IFormatProvider) : int
Converts a string to a int .
static
ToInt32(string, int) : int
Documentation for this section has not yet been entered.
static
ToInt64(bool) : long
Converts a bool to a long .
static
ToInt64(byte) : long
Converts a byte to a long .
static
ToInt64(char) : long
Converts a char to a long .
static
ToInt64(DateTime) : long
Documentation for this section has not yet been entered.
static
ToInt64(decimal) : long
Converts a decimal to a long .
static
ToInt64(double) : long
Converts a double to a long .
static
ToInt64(short) : long
Converts a short to a long .
static
ToInt64(int) : long
Converts a int to a long .
static
ToInt64(long) : long
Converts a long to a long .
static
ToInt64(object) : long
Documentation for this section has not yet been entered.
static
ToInt64(sbyte) : long
Converts a sbyte to a long .
static
ToInt64(float) : long
Converts a float to a long .
static
ToInt64(string) : long
Converts a string to a long .
static
ToInt64(ushort) : long
Converts a ushort to a long .
static
ToInt64(uint) : long
Converts a uint to a long .
static
ToInt64(ulong) : long
Converts a ulong to a long .
static
ToInt64(object, IFormatProvider) : long
Documentation for this section has not yet been entered.
static
ToInt64(string, IFormatProvider) : long
Converts a string to a long .
static
ToInt64(string, int) : long
Documentation for this section has not yet been entered.
static
ToSByte(bool) : sbyte
Converts a bool to a sbyte .
static
ToSByte(byte) : sbyte
Converts a byte to a sbyte .
static
ToSByte(char) : sbyte
Converts a char to a sbyte .
static
ToSByte(DateTime) : sbyte
Documentation for this section has not yet been entered.
static
ToSByte(decimal) : sbyte
Converts a decimal to a sbyte .
static
ToSByte(double) : sbyte
Converts a double to a sbyte .
static
ToSByte(short) : sbyte
Converts a short to a sbyte .
static
ToSByte(int) : sbyte
Converts a int to a sbyte .
static
ToSByte(long) : sbyte
Converts a long to a sbyte .
static
ToSByte(object) : sbyte
Documentation for this section has not yet been entered.
static
ToSByte(sbyte) : sbyte
Converts a sbyte to a sbyte .
static
ToSByte(float) : sbyte
Converts a float to a sbyte .
static
ToSByte(string) : sbyte
Converts a string representation of a number to a sbyte .
static
ToSByte(ushort) : sbyte
Converts a ushort to a sbyte .
static
ToSByte(uint) : sbyte
Converts a uint to a sbyte .
static
ToSByte(ulong) : sbyte
Converts a ulong to a sbyte .
static
ToSByte(object, IFormatProvider) : sbyte
Documentation for this section has not yet been entered.
static
ToSByte(string, IFormatProvider) : sbyte
Converts a string to a sbyte .
static
ToSByte(string, int) : sbyte
Documentation for this section has not yet been entered.
static
ToSingle(bool) : float
Converts a bool to a float .
static
ToSingle(byte) : float
Converts a byte to a float .
static
ToSingle(char) : float
Documentation for this section has not yet been entered.
static
ToSingle(DateTime) : float
Documentation for this section has not yet been entered.
static
ToSingle(decimal) : float
Converts a decimal to a float .
static
ToSingle(double) : float
Converts a double to a float .
static
ToSingle(short) : float
Converts a short to a float .
static
ToSingle(int) : float
Converts a int to a float .
static
ToSingle(long) : float
Converts a long to a float .
static
ToSingle(object) : float
Documentation for this section has not yet been entered.
static
ToSingle(sbyte) : float
Converts a sbyte to a float .
static
ToSingle(float) : float
Converts a float to a float .
static
ToSingle(string) : float
Converts a string to a float .
static
ToSingle(ushort) : float
Converts a ushort to a float .
static
ToSingle(uint) : float
Converts a uint to a float .
static
ToSingle(ulong) : float
Converts a ulong to a float .
static
ToSingle(object, IFormatProvider) : float
Documentation for this section has not yet been entered.
static
ToSingle(string, IFormatProvider) : float
Converts a string to a float .
static
ToString(bool) : string
Converts a bool to a string .
static
ToString(byte) : string
Converts a byte to a string .
static
ToString(char) : string
Converts a char to a string .
static
ToString(DateTime) : string
Converts a DateTime value to a string .
static
ToString(decimal) : string
Converts a decimal to a string .
static
ToString(double) : string
Converts a double to a string .
static
ToString(short) : string
Converts a short to a string .
static
ToString(int) : string
Converts a int to a string .
static
ToString(long) : string
Converts a long to a string .
static
ToString(object) : string
Documentation for this section has not yet been entered.
static
ToString(sbyte) : string
Converts a sbyte to a string .
static
ToString(float) : string
Converts a float to a string .
static
ToString(string) : string
Returns the specified string.
static
ToString(ushort) : string
Converts a ushort to a string .
static
ToString(uint) : string
Converts a uint to a string .
static
ToString(ulong) : string
Converts a ulong to a string .
static
ToString(bool, IFormatProvider) : string
Documentation for this section has not yet been entered.
static
ToString(byte, IFormatProvider) : string
Converts a byte to a string .
static
ToString(byte, int) : string
Documentation for this section has not yet been entered.
static
ToString(char, IFormatProvider) : string
Documentation for this section has not yet been entered.
static
ToString(DateTime, IFormatProvider) : string
Converts a DateTime value to a string .
static
ToString(decimal, IFormatProvider) : string
Converts a decimal to a string .
static
ToString(double, IFormatProvider) : string
Converts a double to a string .
static
ToString(short, IFormatProvider) : string
Converts a short to a string .
static
ToString(short, int) : string
Documentation for this section has not yet been entered.
static
ToString(int, IFormatProvider) : string
Converts a int to a string .
static
ToString(int, int) : string
Documentation for this section has not yet been entered.
static
ToString(long, IFormatProvider) : string
Converts a long to a string .
static
ToString(long, int) : string
Documentation for this section has not yet been entered.
static
ToString(object, IFormatProvider) : string
Documentation for this section has not yet been entered.
static
ToString(sbyte, IFormatProvider) : string
Converts a sbyte to a string .
static
ToString(float, IFormatProvider) : string
Converts a float to a string .
static
ToString(string, IFormatProvider) : string
Documentation for this section has not yet been entered.
static
ToString(ushort, IFormatProvider) : string
Converts a ushort to a string .
static
ToString(uint, IFormatProvider) : string
Converts a uint to a string .
static
ToString(ulong, IFormatProvider) : string
Converts a ulong to a string .
static
ToUInt16(bool) : ushort
Converts a bool to a ushort .
static
ToUInt16(byte) : ushort
Converts a byte to a ushort .
static
ToUInt16(char) : ushort
Converts a char to a ushort .
static
ToUInt16(DateTime) : ushort
Documentation for this section has not yet been entered.
static
ToUInt16(decimal) : ushort
Converts a decimal to a ushort .
static
ToUInt16(double) : ushort
Converts a double to a ushort .
static
ToUInt16(short) : ushort
Converts a short to a ushort .
static
ToUInt16(int) : ushort
Converts a int to a ushort .
static
ToUInt16(long) : ushort
Converts a long to a ushort .
static
ToUInt16(object) : ushort
Documentation for this section has not yet been entered.
static
ToUInt16(sbyte) : ushort
Converts a sbyte to a ushort .
static
ToUInt16(float) : ushort
Converts a float to a ushort .
static
ToUInt16(string) : ushort
Converts a string to a ushort .
static
ToUInt16(ushort) : ushort
Converts a ushort to a ushort .
static
ToUInt16(uint) : ushort
Converts a uint to a ushort .
static
ToUInt16(ulong) : ushort
Converts a ulong to a ushort .
static
ToUInt16(object, IFormatProvider) : ushort
Documentation for this section has not yet been entered.
static
ToUInt16(string, IFormatProvider) : ushort
Converts a string to a ushort .
static
ToUInt16(string, int) : ushort
Documentation for this section has not yet been entered.
static
ToUInt32(bool) : uint
Converts a bool to a uint .
static
ToUInt32(byte) : uint
Converts a byte to a uint .
static
ToUInt32(char) : uint
Converts a char to a uint .
static
ToUInt32(DateTime) : uint
Documentation for this section has not yet been entered.
static
ToUInt32(decimal) : uint
Converts a decimal to a uint .
static
ToUInt32(double) : uint
Converts a double to a uint .
static
ToUInt32(short) : uint
Converts a short to a uint .
static
ToUInt32(int) : uint
Converts a int to a uint .
static
ToUInt32(long) : uint
Converts a long to a uint .
static
ToUInt32(object) : uint
Documentation for this section has not yet been entered.
static
ToUInt32(sbyte) : uint
Converts a sbyte to a uint .
static
ToUInt32(float) : uint
Converts a float to a uint .
static
ToUInt32(string) : uint
Converts a string to a uint .
static
ToUInt32(ushort) : uint
Converts a ushort to a uint .
static
ToUInt32(uint) : uint
Converts a uint to a uint .
static
ToUInt32(ulong) : uint
Converts a ulong to a uint .
static
ToUInt32(object, IFormatProvider) : uint
Documentation for this section has not yet been entered.
static
ToUInt32(string, IFormatProvider) : uint
Converts a string to a uint .
static
ToUInt32(string, int) : uint
Documentation for this section has not yet been entered.
static
ToUInt64(bool) : ulong
Converts a bool to a ulong .
static
ToUInt64(byte) : ulong
Converts a byte to a ulong .
static
ToUInt64(char) : ulong
Converts a char to a ulong .
static
ToUInt64(DateTime) : ulong
Documentation for this section has not yet been entered.
static
ToUInt64(decimal) : ulong
Converts a decimal to a ulong .
static
ToUInt64(double) : ulong
Converts a double to a ulong .
static
ToUInt64(short) : ulong
Converts a short to a ulong .
static
ToUInt64(int) : ulong
Converts a int to a ulong .
static
ToUInt64(long) : ulong
Converts a long to a ulong .
static
ToUInt64(object) : ulong
Documentation for this section has not yet been entered.
static
ToUInt64(sbyte) : ulong
Converts a sbyte to a ulong .
static
ToUInt64(float) : ulong
Converts a float to a ulong .
static
ToUInt64(string) : ulong
Converts a string to a ulong .
static
ToUInt64(ushort) : ulong
Converts a ushort to a ulong .
static
ToUInt64(uint) : ulong
Converts a uint to a ulong .
static
ToUInt64(ulong) : ulong
Converts a ulong to a ulong .
static
ToUInt64(object, IFormatProvider) : ulong
Documentation for this section has not yet been entered.
static
ToUInt64(string, IFormatProvider) : ulong
Converts a string to a ulong .
static
ToUInt64(string, int) : ulong
Documentation for this section has not yet been entered.