mscorlib(4.0.0.0) API with additions
System.Convert Member List

This is the complete list of members for System.Convert, including all inherited members.

ChangeType(object value, TypeCode typeCode)System.Convertstatic
ChangeType(object value, TypeCode typeCode, IFormatProvider provider)System.Convertstatic
ChangeType(object value, Type conversionType)System.Convertstatic
ChangeType(object value, Type conversionType, IFormatProvider provider)System.Convertstatic
DBNullSystem.Convertstatic
FromBase64CharArray(char[] inArray, int offset, int length)System.Convertstatic
FromBase64String(string s)System.Convertstatic
GetTypeCode(object value)System.Convertstatic
IsDBNull(object value)System.Convertstatic
ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut)System.Convertstatic
ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut, Base64FormattingOptions options)System.Convertstatic
ToBase64String(byte[] inArray)System.Convertstatic
ToBase64String(byte[] inArray, Base64FormattingOptions options)System.Convertstatic
ToBase64String(byte[] inArray, int offset, int length)System.Convertstatic
ToBase64String(byte[] inArray, int offset, int length, Base64FormattingOptions options)System.Convertstatic
ToBoolean(object value)System.Convertstatic
ToBoolean(object value, IFormatProvider provider)System.Convertstatic
ToBoolean(bool value)System.Convertstatic
ToBoolean(sbyte value)System.Convertstatic
ToBoolean(char value)System.Convertstatic
ToBoolean(byte value)System.Convertstatic
ToBoolean(short value)System.Convertstatic
ToBoolean(ushort value)System.Convertstatic
ToBoolean(int value)System.Convertstatic
ToBoolean(uint value)System.Convertstatic
ToBoolean(long value)System.Convertstatic
ToBoolean(ulong value)System.Convertstatic
ToBoolean(string value)System.Convertstatic
ToBoolean(string value, IFormatProvider provider)System.Convertstatic
ToBoolean(float value)System.Convertstatic
ToBoolean(double value)System.Convertstatic
ToBoolean(decimal value)System.Convertstatic
ToBoolean(DateTime value)System.Convertstatic
ToByte(object value)System.Convertstatic
ToByte(object value, IFormatProvider provider)System.Convertstatic
ToByte(bool value)System.Convertstatic
ToByte(byte value)System.Convertstatic
ToByte(char value)System.Convertstatic
ToByte(sbyte value)System.Convertstatic
ToByte(short value)System.Convertstatic
ToByte(ushort value)System.Convertstatic
ToByte(int value)System.Convertstatic
ToByte(uint value)System.Convertstatic
ToByte(long value)System.Convertstatic
ToByte(ulong value)System.Convertstatic
ToByte(float value)System.Convertstatic
ToByte(double value)System.Convertstatic
ToByte(decimal value)System.Convertstatic
ToByte(string value)System.Convertstatic
ToByte(string value, IFormatProvider provider)System.Convertstatic
ToByte(DateTime value)System.Convertstatic
ToByte(string value, int fromBase)System.Convertstatic
ToChar(object value)System.Convertstatic
ToChar(object value, IFormatProvider provider)System.Convertstatic
ToChar(bool value)System.Convertstatic
ToChar(char value)System.Convertstatic
ToChar(sbyte value)System.Convertstatic
ToChar(byte value)System.Convertstatic
ToChar(short value)System.Convertstatic
ToChar(ushort value)System.Convertstatic
ToChar(int value)System.Convertstatic
ToChar(uint value)System.Convertstatic
ToChar(long value)System.Convertstatic
ToChar(ulong value)System.Convertstatic
ToChar(string value)System.Convertstatic
ToChar(string value, IFormatProvider provider)System.Convertstatic
ToChar(float value)System.Convertstatic
ToChar(double value)System.Convertstatic
ToChar(decimal value)System.Convertstatic
ToChar(DateTime value)System.Convertstatic
ToDateTime(DateTime value)System.Convertstatic
ToDateTime(object value)System.Convertstatic
ToDateTime(object value, IFormatProvider provider)System.Convertstatic
ToDateTime(string value)System.Convertstatic
ToDateTime(string value, IFormatProvider provider)System.Convertstatic
ToDateTime(sbyte value)System.Convertstatic
ToDateTime(byte value)System.Convertstatic
ToDateTime(short value)System.Convertstatic
ToDateTime(ushort value)System.Convertstatic
ToDateTime(int value)System.Convertstatic
ToDateTime(uint value)System.Convertstatic
ToDateTime(long value)System.Convertstatic
ToDateTime(ulong value)System.Convertstatic
ToDateTime(bool value)System.Convertstatic
ToDateTime(char value)System.Convertstatic
ToDateTime(float value)System.Convertstatic
ToDateTime(double value)System.Convertstatic
ToDateTime(decimal value)System.Convertstatic
ToDecimal(object value)System.Convertstatic
ToDecimal(object value, IFormatProvider provider)System.Convertstatic
ToDecimal(sbyte value)System.Convertstatic
ToDecimal(byte value)System.Convertstatic
ToDecimal(char value)System.Convertstatic
ToDecimal(short value)System.Convertstatic
ToDecimal(ushort value)System.Convertstatic
ToDecimal(int value)System.Convertstatic
ToDecimal(uint value)System.Convertstatic
ToDecimal(long value)System.Convertstatic
ToDecimal(ulong value)System.Convertstatic
ToDecimal(float value)System.Convertstatic
ToDecimal(double value)System.Convertstatic
ToDecimal(string value)System.Convertstatic
ToDecimal(string value, IFormatProvider provider)System.Convertstatic
ToDecimal(decimal value)System.Convertstatic
ToDecimal(bool value)System.Convertstatic
ToDecimal(DateTime value)System.Convertstatic
ToDouble(object value)System.Convertstatic
ToDouble(object value, IFormatProvider provider)System.Convertstatic
ToDouble(sbyte value)System.Convertstatic
ToDouble(byte value)System.Convertstatic
ToDouble(short value)System.Convertstatic
ToDouble(char value)System.Convertstatic
ToDouble(ushort value)System.Convertstatic
ToDouble(int value)System.Convertstatic
ToDouble(uint value)System.Convertstatic
ToDouble(long value)System.Convertstatic
ToDouble(ulong value)System.Convertstatic
ToDouble(float value)System.Convertstatic
ToDouble(double value)System.Convertstatic
ToDouble(decimal value)System.Convertstatic
ToDouble(string value)System.Convertstatic
ToDouble(string value, IFormatProvider provider)System.Convertstatic
ToDouble(bool value)System.Convertstatic
ToDouble(DateTime value)System.Convertstatic
ToInt16(object value)System.Convertstatic
ToInt16(object value, IFormatProvider provider)System.Convertstatic
ToInt16(bool value)System.Convertstatic
ToInt16(char value)System.Convertstatic
ToInt16(sbyte value)System.Convertstatic
ToInt16(byte value)System.Convertstatic
ToInt16(ushort value)System.Convertstatic
ToInt16(int value)System.Convertstatic
ToInt16(uint value)System.Convertstatic
ToInt16(short value)System.Convertstatic
ToInt16(long value)System.Convertstatic
ToInt16(ulong value)System.Convertstatic
ToInt16(float value)System.Convertstatic
ToInt16(double value)System.Convertstatic
ToInt16(decimal value)System.Convertstatic
ToInt16(string value)System.Convertstatic
ToInt16(string value, IFormatProvider provider)System.Convertstatic
ToInt16(DateTime value)System.Convertstatic
ToInt16(string value, int fromBase)System.Convertstatic
ToInt32(object value)System.Convertstatic
ToInt32(object value, IFormatProvider provider)System.Convertstatic
ToInt32(bool value)System.Convertstatic
ToInt32(char value)System.Convertstatic
ToInt32(sbyte value)System.Convertstatic
ToInt32(byte value)System.Convertstatic
ToInt32(short value)System.Convertstatic
ToInt32(ushort value)System.Convertstatic
ToInt32(uint value)System.Convertstatic
ToInt32(int value)System.Convertstatic
ToInt32(long value)System.Convertstatic
ToInt32(ulong value)System.Convertstatic
ToInt32(float value)System.Convertstatic
ToInt32(double value)System.Convertstatic
ToInt32(decimal value)System.Convertstatic
ToInt32(string value)System.Convertstatic
ToInt32(string value, IFormatProvider provider)System.Convertstatic
ToInt32(DateTime value)System.Convertstatic
ToInt32(string value, int fromBase)System.Convertstatic
ToInt64(object value)System.Convertstatic
ToInt64(object value, IFormatProvider provider)System.Convertstatic
ToInt64(bool value)System.Convertstatic
ToInt64(char value)System.Convertstatic
ToInt64(sbyte value)System.Convertstatic
ToInt64(byte value)System.Convertstatic
ToInt64(short value)System.Convertstatic
ToInt64(ushort value)System.Convertstatic
ToInt64(int value)System.Convertstatic
ToInt64(uint value)System.Convertstatic
ToInt64(ulong value)System.Convertstatic
ToInt64(long value)System.Convertstatic
ToInt64(float value)System.Convertstatic
ToInt64(double value)System.Convertstatic
ToInt64(decimal value)System.Convertstatic
ToInt64(string value)System.Convertstatic
ToInt64(string value, IFormatProvider provider)System.Convertstatic
ToInt64(DateTime value)System.Convertstatic
ToInt64(string value, int fromBase)System.Convertstatic
ToSByte(object value)System.Convertstatic
ToSByte(object value, IFormatProvider provider)System.Convertstatic
ToSByte(bool value)System.Convertstatic
ToSByte(sbyte value)System.Convertstatic
ToSByte(char value)System.Convertstatic
ToSByte(byte value)System.Convertstatic
ToSByte(short value)System.Convertstatic
ToSByte(ushort value)System.Convertstatic
ToSByte(int value)System.Convertstatic
ToSByte(uint value)System.Convertstatic
ToSByte(long value)System.Convertstatic
ToSByte(ulong value)System.Convertstatic
ToSByte(float value)System.Convertstatic
ToSByte(double value)System.Convertstatic
ToSByte(decimal value)System.Convertstatic
ToSByte(string value)System.Convertstatic
ToSByte(string value, IFormatProvider provider)System.Convertstatic
ToSByte(DateTime value)System.Convertstatic
ToSByte(string value, int fromBase)System.Convertstatic
ToSingle(object value)System.Convertstatic
ToSingle(object value, IFormatProvider provider)System.Convertstatic
ToSingle(sbyte value)System.Convertstatic
ToSingle(byte value)System.Convertstatic
ToSingle(char value)System.Convertstatic
ToSingle(short value)System.Convertstatic
ToSingle(ushort value)System.Convertstatic
ToSingle(int value)System.Convertstatic
ToSingle(uint value)System.Convertstatic
ToSingle(long value)System.Convertstatic
ToSingle(ulong value)System.Convertstatic
ToSingle(float value)System.Convertstatic
ToSingle(double value)System.Convertstatic
ToSingle(decimal value)System.Convertstatic
ToSingle(string value)System.Convertstatic
ToSingle(string value, IFormatProvider provider)System.Convertstatic
ToSingle(bool value)System.Convertstatic
ToSingle(DateTime value)System.Convertstatic
ToString(object value)System.Convertstatic
ToString(object value, IFormatProvider provider)System.Convertstatic
ToString(bool value)System.Convertstatic
ToString(bool value, IFormatProvider provider)System.Convertstatic
ToString(char value)System.Convertstatic
ToString(char value, IFormatProvider provider)System.Convertstatic
ToString(sbyte value)System.Convertstatic
ToString(sbyte value, IFormatProvider provider)System.Convertstatic
ToString(byte value)System.Convertstatic
ToString(byte value, IFormatProvider provider)System.Convertstatic
ToString(short value)System.Convertstatic
ToString(short value, IFormatProvider provider)System.Convertstatic
ToString(ushort value)System.Convertstatic
ToString(ushort value, IFormatProvider provider)System.Convertstatic
ToString(int value)System.Convertstatic
ToString(int value, IFormatProvider provider)System.Convertstatic
ToString(uint value)System.Convertstatic
ToString(uint value, IFormatProvider provider)System.Convertstatic
ToString(long value)System.Convertstatic
ToString(long value, IFormatProvider provider)System.Convertstatic
ToString(ulong value)System.Convertstatic
ToString(ulong value, IFormatProvider provider)System.Convertstatic
ToString(float value)System.Convertstatic
ToString(float value, IFormatProvider provider)System.Convertstatic
ToString(double value)System.Convertstatic
ToString(double value, IFormatProvider provider)System.Convertstatic
ToString(decimal value)System.Convertstatic
ToString(decimal value, IFormatProvider provider)System.Convertstatic
ToString(DateTime value)System.Convertstatic
ToString(DateTime value, IFormatProvider provider)System.Convertstatic
ToString(string value)System.Convertstatic
ToString(string value, IFormatProvider provider)System.Convertstatic
ToString(byte value, int toBase)System.Convertstatic
ToString(short value, int toBase)System.Convertstatic
ToString(int value, int toBase)System.Convertstatic
ToString(long value, int toBase)System.Convertstatic
ToUInt16(object value)System.Convertstatic
ToUInt16(object value, IFormatProvider provider)System.Convertstatic
ToUInt16(bool value)System.Convertstatic
ToUInt16(char value)System.Convertstatic
ToUInt16(sbyte value)System.Convertstatic
ToUInt16(byte value)System.Convertstatic
ToUInt16(short value)System.Convertstatic
ToUInt16(int value)System.Convertstatic
ToUInt16(ushort value)System.Convertstatic
ToUInt16(uint value)System.Convertstatic
ToUInt16(long value)System.Convertstatic
ToUInt16(ulong value)System.Convertstatic
ToUInt16(float value)System.Convertstatic
ToUInt16(double value)System.Convertstatic
ToUInt16(decimal value)System.Convertstatic
ToUInt16(string value)System.Convertstatic
ToUInt16(string value, IFormatProvider provider)System.Convertstatic
ToUInt16(DateTime value)System.Convertstatic
ToUInt16(string value, int fromBase)System.Convertstatic
ToUInt32(object value)System.Convertstatic
ToUInt32(object value, IFormatProvider provider)System.Convertstatic
ToUInt32(bool value)System.Convertstatic
ToUInt32(char value)System.Convertstatic
ToUInt32(sbyte value)System.Convertstatic
ToUInt32(byte value)System.Convertstatic
ToUInt32(short value)System.Convertstatic
ToUInt32(ushort value)System.Convertstatic
ToUInt32(int value)System.Convertstatic
ToUInt32(uint value)System.Convertstatic
ToUInt32(long value)System.Convertstatic
ToUInt32(ulong value)System.Convertstatic
ToUInt32(float value)System.Convertstatic
ToUInt32(double value)System.Convertstatic
ToUInt32(decimal value)System.Convertstatic
ToUInt32(string value)System.Convertstatic
ToUInt32(string value, IFormatProvider provider)System.Convertstatic
ToUInt32(DateTime value)System.Convertstatic
ToUInt32(string value, int fromBase)System.Convertstatic
ToUInt64(object value)System.Convertstatic
ToUInt64(object value, IFormatProvider provider)System.Convertstatic
ToUInt64(bool value)System.Convertstatic
ToUInt64(char value)System.Convertstatic
ToUInt64(sbyte value)System.Convertstatic
ToUInt64(byte value)System.Convertstatic
ToUInt64(short value)System.Convertstatic
ToUInt64(ushort value)System.Convertstatic
ToUInt64(int value)System.Convertstatic
ToUInt64(uint value)System.Convertstatic
ToUInt64(long value)System.Convertstatic
ToUInt64(ulong value)System.Convertstatic
ToUInt64(float value)System.Convertstatic
ToUInt64(double value)System.Convertstatic
ToUInt64(decimal value)System.Convertstatic
ToUInt64(string value)System.Convertstatic
ToUInt64(string value, IFormatProvider provider)System.Convertstatic
ToUInt64(DateTime value)System.Convertstatic
ToUInt64(string value, int fromBase)System.Convertstatic