Mono Class Library: OverviewSystem.Convert: Members |
The members of System.Convert are listed below.
See Also: Inherited members from System.Object
staticChangeType(object, Type) : object Documentation for this section has not yet been entered. staticChangeType(object, TypeCode) : object Documentation for this section has not yet been entered. staticChangeType(object, Type, IFormatProvider) : object Documentation for this section has not yet been entered. staticChangeType(object, TypeCode, IFormatProvider) : object Documentation for this section has not yet been entered. staticFromBase64CharArray(char[], int, int) : byte[] Documentation for this section has not yet been entered. staticFromBase64String(string) : byte[] Documentation for this section has not yet been entered. staticGetTypeCode(object) : TypeCode Documentation for this section has not yet been entered. staticIsDBNull(object) : bool Documentation for this section has not yet been entered. staticToBase64CharArray(byte[], int, int, char[], int) : int Documentation for this section has not yet been entered. staticToBase64CharArray(byte[], int, int, char[], int, Base64FormattingOptions) : int Documentation for this section has not yet been entered. staticToBase64String(byte[]) : string Documentation for this section has not yet been entered. staticToBase64String(byte[], Base64FormattingOptions) : string Documentation for this section has not yet been entered. staticToBase64String(byte[], int, int) : string Documentation for this section has not yet been entered. staticToBase64String(byte[], int, int, Base64FormattingOptions) : string Documentation for this section has not yet been entered. staticToBoolean(bool) : bool Converts a bool to a bool . staticToBoolean(byte) : bool Converts a byte to a bool . staticToBoolean(char) : bool Documentation for this section has not yet been entered. staticToBoolean(DateTime) : bool Documentation for this section has not yet been entered. staticToBoolean(decimal) : bool Converts a decimal to a bool. staticToBoolean(double) : bool Converts a double to a bool . staticToBoolean(short) : bool Converts a short to a bool . staticToBoolean(int) : bool Converts a int to a bool . staticToBoolean(long) : bool Converts a long to a bool . staticToBoolean(object) : bool Documentation for this section has not yet been entered. staticToBoolean(sbyte) : bool Converts a sbyte to a bool . staticToBoolean(float) : bool Converts a float to a bool . staticToBoolean(string) : bool Converts a string to a bool . staticToBoolean(ushort) : bool Converts a ushort to a bool . staticToBoolean(uint) : bool Converts a uint to a bool . staticToBoolean(ulong) : bool Converts a ulong to a bool . staticToBoolean(object, IFormatProvider) : bool Documentation for this section has not yet been entered. staticToBoolean(string, IFormatProvider) : bool Documentation for this section has not yet been entered. staticToByte(bool) : byte Converts a bool to a byte . staticToByte(byte) : byte Converts a byte to a byte . staticToByte(char) : byte Converts a char to a byte . staticToByte(DateTime) : byte Documentation for this section has not yet been entered. staticToByte(decimal) : byte Converts a decimal to a byte . staticToByte(double) : byte Converts a double to a byte . staticToByte(short) : byte Converts a short to a byte . staticToByte(int) : byte Converts a int to a byte . staticToByte(long) : byte Converts a long to a byte . staticToByte(object) : byte Documentation for this section has not yet been entered. staticToByte(sbyte) : byte Converts a sbyte to a byte . staticToByte(float) : byte Converts a float to a byte . staticToByte(string) : byte Converts a string representation of a number to a byte . staticToByte(ushort) : byte Converts a ushort to a byte . staticToByte(uint) : byte Converts a uint to a byte . staticToByte(ulong) : byte Converts a ulong to a byte . staticToByte(object, IFormatProvider) : byte Documentation for this section has not yet been entered. staticToByte(string, IFormatProvider) : byte Converts a string to a byte . staticToByte(string, int) : byte Documentation for this section has not yet been entered. staticToChar(bool) : char Documentation for this section has not yet been entered. staticToChar(byte) : char Converts a byte to a char . staticToChar(char) : char Converts a char to a char . staticToChar(DateTime) : char Documentation for this section has not yet been entered. staticToChar(decimal) : char Documentation for this section has not yet been entered. staticToChar(double) : char Documentation for this section has not yet been entered. staticToChar(short) : char Converts a short to a char . staticToChar(int) : char Converts a int to a char . staticToChar(long) : char Converts a long to a char . staticToChar(object) : char Documentation for this section has not yet been entered. staticToChar(sbyte) : char Converts a sbyte to a char . staticToChar(float) : char Documentation for this section has not yet been entered. staticToChar(string) : char Converts a string to a char . staticToChar(ushort) : char Converts a ushort to a char . staticToChar(uint) : char Converts a uint to a char . staticToChar(ulong) : char Converts a ulong to a char . staticToChar(object, IFormatProvider) : char Documentation for this section has not yet been entered. staticToChar(string, IFormatProvider) : char Documentation for this section has not yet been entered. staticToDateTime(bool) : DateTime Documentation for this section has not yet been entered. staticToDateTime(byte) : DateTime Documentation for this section has not yet been entered. staticToDateTime(char) : DateTime Documentation for this section has not yet been entered. staticToDateTime(DateTime) : DateTime Converts a DateTime to a DateTime . staticToDateTime(decimal) : DateTime Documentation for this section has not yet been entered. staticToDateTime(double) : DateTime Documentation for this section has not yet been entered. staticToDateTime(short) : DateTime Documentation for this section has not yet been entered. staticToDateTime(int) : DateTime Documentation for this section has not yet been entered. staticToDateTime(long) : DateTime Documentation for this section has not yet been entered. staticToDateTime(object) : DateTime Documentation for this section has not yet been entered. staticToDateTime(sbyte) : DateTime Documentation for this section has not yet been entered. staticToDateTime(float) : DateTime Documentation for this section has not yet been entered. staticToDateTime(string) : DateTime Converts a string to a DateTime structure. staticToDateTime(ushort) : DateTime Documentation for this section has not yet been entered. staticToDateTime(uint) : DateTime Documentation for this section has not yet been entered. staticToDateTime(ulong) : DateTime Documentation for this section has not yet been entered. staticToDateTime(object, IFormatProvider) : DateTime Documentation for this section has not yet been entered. staticToDateTime(string, IFormatProvider) : DateTime Converts a string to a DateTime structure. staticToDecimal(bool) : decimal Converts a bool to a decimal . staticToDecimal(byte) : decimal Converts a byte to a decimal . staticToDecimal(char) : decimal Documentation for this section has not yet been entered. staticToDecimal(DateTime) : decimal Documentation for this section has not yet been entered. staticToDecimal(decimal) : decimal Converts a decimal to a decimal . staticToDecimal(double) : decimal Converts a double to a decimal . staticToDecimal(short) : decimal Converts a short to a decimal . staticToDecimal(int) : decimal Converts a int to a decimal . staticToDecimal(long) : decimal Converts a long to a decimal . staticToDecimal(object) : decimal Documentation for this section has not yet been entered. staticToDecimal(sbyte) : decimal Converts a sbyte to a decimal . staticToDecimal(float) : decimal Converts a float to a decimal . staticToDecimal(string) : decimal Converts a string to a decimal . staticToDecimal(ushort) : decimal Converts a ushort to a decimal . staticToDecimal(uint) : decimal Converts a uint to a decimal . staticToDecimal(ulong) : decimal Converts a ulong to a decimal . staticToDecimal(object, IFormatProvider) : decimal Documentation for this section has not yet been entered. staticToDecimal(string, IFormatProvider) : decimal Converts a string to a decimal . staticToDouble(bool) : double Converts a bool to a double . staticToDouble(byte) : double Converts a byte to a double . staticToDouble(char) : double Documentation for this section has not yet been entered. staticToDouble(DateTime) : double Documentation for this section has not yet been entered. staticToDouble(decimal) : double Converts a decimal to a double . staticToDouble(double) : double Converts a double to a double . staticToDouble(short) : double Converts a short to a double . staticToDouble(int) : double Converts a int to a double . staticToDouble(long) : double Converts a long to a double . staticToDouble(object) : double Documentation for this section has not yet been entered. staticToDouble(sbyte) : double Converts a sbyte to a double . staticToDouble(float) : double Converts a float to a double . staticToDouble(string) : double Converts a string to a double . staticToDouble(ushort) : double Converts a ushort to a double . staticToDouble(uint) : double Converts a uint to a double . staticToDouble(ulong) : double Converts a ulong to a double . staticToDouble(object, IFormatProvider) : double Documentation for this section has not yet been entered. staticToDouble(string, IFormatProvider) : double Converts a string to a double . staticToInt16(bool) : short Converts a bool to a short . staticToInt16(byte) : short Converts a byte to a short . staticToInt16(char) : short Converts a char to a short . staticToInt16(DateTime) : short Documentation for this section has not yet been entered. staticToInt16(decimal) : short Converts a decimal to a short . staticToInt16(double) : short Converts a double to a short . staticToInt16(short) : short Converts a short to a short . staticToInt16(int) : short Converts a int to a short . staticToInt16(long) : short Converts a long to a short. staticToInt16(object) : short Documentation for this section has not yet been entered. staticToInt16(sbyte) : short Converts a sbyte to a short . staticToInt16(float) : short Converts a float to a short . staticToInt16(string) : short Converts a string to a short . staticToInt16(ushort) : short Converts a ushort to a short . staticToInt16(uint) : short Converts a uint to a short . staticToInt16(ulong) : short Converts a ulong to a short . staticToInt16(object, IFormatProvider) : short Documentation for this section has not yet been entered. staticToInt16(string, IFormatProvider) : short Converts a string to a short . staticToInt16(string, int) : short Documentation for this section has not yet been entered. staticToInt32(bool) : int Converts a bool to a int . staticToInt32(byte) : int Converts a byte to a int . staticToInt32(char) : int Converts a char to a int . staticToInt32(DateTime) : int Documentation for this section has not yet been entered. staticToInt32(decimal) : int Converts a decimal to a int . staticToInt32(double) : int Converts a double to a int . staticToInt32(short) : int Converts a short to a int . staticToInt32(int) : int Converts a int to a int . staticToInt32(long) : int Converts a long to a int . staticToInt32(object) : int Documentation for this section has not yet been entered. staticToInt32(sbyte) : int Converts a sbyte to a int . staticToInt32(float) : int Converts a float to a int . staticToInt32(string) : int Converts a string to a int . staticToInt32(ushort) : int Converts a ushort to a int . staticToInt32(uint) : int Converts a uint to a int . staticToInt32(ulong) : int Converts a ulong to a int . staticToInt32(object, IFormatProvider) : int Documentation for this section has not yet been entered. staticToInt32(string, IFormatProvider) : int Converts a string to a int . staticToInt32(string, int) : int Documentation for this section has not yet been entered. staticToInt64(bool) : long Converts a bool to a long . staticToInt64(byte) : long Converts a byte to a long . staticToInt64(char) : long Converts a char to a long . staticToInt64(DateTime) : long Documentation for this section has not yet been entered. staticToInt64(decimal) : long Converts a decimal to a long . staticToInt64(double) : long Converts a double to a long . staticToInt64(short) : long Converts a short to a long . staticToInt64(int) : long Converts a int to a long . staticToInt64(long) : long Converts a long to a long . staticToInt64(object) : long Documentation for this section has not yet been entered. staticToInt64(sbyte) : long Converts a sbyte to a long . staticToInt64(float) : long Converts a float to a long . staticToInt64(string) : long Converts a string to a long . staticToInt64(ushort) : long Converts a ushort to a long . staticToInt64(uint) : long Converts a uint to a long . staticToInt64(ulong) : long Converts a ulong to a long . staticToInt64(object, IFormatProvider) : long Documentation for this section has not yet been entered. staticToInt64(string, IFormatProvider) : long Converts a string to a long . staticToInt64(string, int) : long Documentation for this section has not yet been entered. staticToSByte(bool) : sbyte Converts a bool to a sbyte . staticToSByte(byte) : sbyte Converts a byte to a sbyte . staticToSByte(char) : sbyte Converts a char to a sbyte . staticToSByte(DateTime) : sbyte Documentation for this section has not yet been entered. staticToSByte(decimal) : sbyte Converts a decimal to a sbyte . staticToSByte(double) : sbyte Converts a double to a sbyte . staticToSByte(short) : sbyte Converts a short to a sbyte . staticToSByte(int) : sbyte Converts a int to a sbyte . staticToSByte(long) : sbyte Converts a long to a sbyte . staticToSByte(object) : sbyte Documentation for this section has not yet been entered. staticToSByte(sbyte) : sbyte Converts a sbyte to a sbyte . staticToSByte(float) : sbyte Converts a float to a sbyte . staticToSByte(string) : sbyte Converts a string representation of a number to a sbyte . staticToSByte(ushort) : sbyte Converts a ushort to a sbyte . staticToSByte(uint) : sbyte Converts a uint to a sbyte . staticToSByte(ulong) : sbyte Converts a ulong to a sbyte . staticToSByte(object, IFormatProvider) : sbyte Documentation for this section has not yet been entered. staticToSByte(string, IFormatProvider) : sbyte Converts a string to a sbyte . staticToSByte(string, int) : sbyte Documentation for this section has not yet been entered. staticToSingle(bool) : float Converts a bool to a float . staticToSingle(byte) : float Converts a byte to a float . staticToSingle(char) : float Documentation for this section has not yet been entered. staticToSingle(DateTime) : float Documentation for this section has not yet been entered. staticToSingle(decimal) : float Converts a decimal to a float . staticToSingle(double) : float Converts a double to a float . staticToSingle(short) : float Converts a short to a float . staticToSingle(int) : float Converts a int to a float . staticToSingle(long) : float Converts a long to a float . staticToSingle(object) : float Documentation for this section has not yet been entered. staticToSingle(sbyte) : float Converts a sbyte to a float . staticToSingle(float) : float Converts a float to a float . staticToSingle(string) : float Converts a string to a float . staticToSingle(ushort) : float Converts a ushort to a float . staticToSingle(uint) : float Converts a uint to a float . staticToSingle(ulong) : float Converts a ulong to a float . staticToSingle(object, IFormatProvider) : float Documentation for this section has not yet been entered. staticToSingle(string, IFormatProvider) : float Converts a string to a float . staticToString(bool) : string Converts a bool to a string . staticToString(byte) : string Converts a byte to a string . staticToString(char) : string Converts a char to a string . staticToString(DateTime) : string Converts a DateTime value to a string . staticToString(decimal) : string Converts a decimal to a string . staticToString(double) : string Converts a double to a string . staticToString(short) : string Converts a short to a string . staticToString(int) : string Converts a int to a string . staticToString(long) : string Converts a long to a string . staticToString(object) : string Documentation for this section has not yet been entered. staticToString(sbyte) : string Converts a sbyte to a string . staticToString(float) : string Converts a float to a string . staticToString(string) : string Returns the specified string. staticToString(ushort) : string Converts a ushort to a string . staticToString(uint) : string Converts a uint to a string . staticToString(ulong) : string Converts a ulong to a string . staticToString(bool, IFormatProvider) : string Documentation for this section has not yet been entered. staticToString(byte, IFormatProvider) : string Converts a byte to a string . staticToString(byte, int) : string Documentation for this section has not yet been entered. staticToString(char, IFormatProvider) : string Documentation for this section has not yet been entered. staticToString(DateTime, IFormatProvider) : string Converts a DateTime value to a string . staticToString(decimal, IFormatProvider) : string Converts a decimal to a string . staticToString(double, IFormatProvider) : string Converts a double to a string . staticToString(short, IFormatProvider) : string Converts a short to a string . staticToString(short, int) : string Documentation for this section has not yet been entered. staticToString(int, IFormatProvider) : string Converts a int to a string . staticToString(int, int) : string Documentation for this section has not yet been entered. staticToString(long, IFormatProvider) : string Converts a long to a string . staticToString(long, int) : string Documentation for this section has not yet been entered. staticToString(object, IFormatProvider) : string Documentation for this section has not yet been entered. staticToString(sbyte, IFormatProvider) : string Converts a sbyte to a string . staticToString(float, IFormatProvider) : string Converts a float to a string . staticToString(string, IFormatProvider) : string Documentation for this section has not yet been entered. staticToString(ushort, IFormatProvider) : string Converts a ushort to a string . staticToString(uint, IFormatProvider) : string Converts a uint to a string . staticToString(ulong, IFormatProvider) : string Converts a ulong to a string . staticToUInt16(bool) : ushort Converts a bool to a ushort . staticToUInt16(byte) : ushort Converts a byte to a ushort . staticToUInt16(char) : ushort Converts a char to a ushort . staticToUInt16(DateTime) : ushort Documentation for this section has not yet been entered. staticToUInt16(decimal) : ushort Converts a decimal to a ushort . staticToUInt16(double) : ushort Converts a double to a ushort . staticToUInt16(short) : ushort Converts a short to a ushort . staticToUInt16(int) : ushort Converts a int to a ushort . staticToUInt16(long) : ushort Converts a long to a ushort . staticToUInt16(object) : ushort Documentation for this section has not yet been entered. staticToUInt16(sbyte) : ushort Converts a sbyte to a ushort . staticToUInt16(float) : ushort Converts a float to a ushort . staticToUInt16(string) : ushort Converts a string to a ushort . staticToUInt16(ushort) : ushort Converts a ushort to a ushort . staticToUInt16(uint) : ushort Converts a uint to a ushort . staticToUInt16(ulong) : ushort Converts a ulong to a ushort . staticToUInt16(object, IFormatProvider) : ushort Documentation for this section has not yet been entered. staticToUInt16(string, IFormatProvider) : ushort Converts a string to a ushort . staticToUInt16(string, int) : ushort Documentation for this section has not yet been entered. staticToUInt32(bool) : uint Converts a bool to a uint . staticToUInt32(byte) : uint Converts a byte to a uint . staticToUInt32(char) : uint Converts a char to a uint . staticToUInt32(DateTime) : uint Documentation for this section has not yet been entered. staticToUInt32(decimal) : uint Converts a decimal to a uint . staticToUInt32(double) : uint Converts a double to a uint . staticToUInt32(short) : uint Converts a short to a uint . staticToUInt32(int) : uint Converts a int to a uint . staticToUInt32(long) : uint Converts a long to a uint . staticToUInt32(object) : uint Documentation for this section has not yet been entered. staticToUInt32(sbyte) : uint Converts a sbyte to a uint . staticToUInt32(float) : uint Converts a float to a uint . staticToUInt32(string) : uint Converts a string to a uint . staticToUInt32(ushort) : uint Converts a ushort to a uint . staticToUInt32(uint) : uint Converts a uint to a uint . staticToUInt32(ulong) : uint Converts a ulong to a uint . staticToUInt32(object, IFormatProvider) : uint Documentation for this section has not yet been entered. staticToUInt32(string, IFormatProvider) : uint Converts a string to a uint . staticToUInt32(string, int) : uint Documentation for this section has not yet been entered. staticToUInt64(bool) : ulong Converts a bool to a ulong . staticToUInt64(byte) : ulong Converts a byte to a ulong . staticToUInt64(char) : ulong Converts a char to a ulong . staticToUInt64(DateTime) : ulong Documentation for this section has not yet been entered. staticToUInt64(decimal) : ulong Converts a decimal to a ulong . staticToUInt64(double) : ulong Converts a double to a ulong . staticToUInt64(short) : ulong Converts a short to a ulong . staticToUInt64(int) : ulong Converts a int to a ulong . staticToUInt64(long) : ulong Converts a long to a ulong . staticToUInt64(object) : ulong Documentation for this section has not yet been entered. staticToUInt64(sbyte) : ulong Converts a sbyte to a ulong . staticToUInt64(float) : ulong Converts a float to a ulong . staticToUInt64(string) : ulong Converts a string to a ulong . staticToUInt64(ushort) : ulong Converts a ushort to a ulong . staticToUInt64(uint) : ulong Converts a uint to a ulong . staticToUInt64(ulong) : ulong Converts a ulong to a ulong . staticToUInt64(object, IFormatProvider) : ulong Documentation for this section has not yet been entered. staticToUInt64(string, IFormatProvider) : ulong Converts a string to a ulong . staticToUInt64(string, int) : ulong Documentation for this section has not yet been entered.