Convert Class |
Namespace: System
public static class Convert
The Convert type exposes the following members.
Name | Description | |
---|---|---|
ChangeType(Object, Type) | Returns an object of the specified type and whose value is equivalent to the specified object. | |
ChangeType(Object, TypeCode) | Returns an object of the specified type whose value is equivalent to the specified object. | |
ChangeType(Object, Type, IFormatProvider) | Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information. | |
ChangeType(Object, TypeCode, IFormatProvider) | Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information. | |
FromBase64String | Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. | |
ToBase64String(Byte) | Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. | |
ToBase64String(Byte, Base64FormattingOptions) | Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. A parameter specifies whether to insert line breaks in the return value. | |
ToBase64String(Byte, Int32, Int32) | Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. Parameters specify the subset as an offset in the input array, and the number of elements in the array to convert. | |
ToBase64String(Byte, Int32, Int32, Base64FormattingOptions) | Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. Parameters specify the subset as an offset in the input array, the number of elements in the array to convert, and whether to insert line breaks in the return value. | |
ToBoolean(Boolean) | Returns the specified Boolean value; no actual conversion is performed. | |
ToBoolean(Byte) | Converts the value of the specified 8-bit unsigned integer to an equivalent Boolean value. | |
ToBoolean(Char) | Calling this method always throws InvalidCastException. | |
ToBoolean(DateTime) | Calling this method always throws InvalidCastException. | |
ToBoolean(Decimal) | Converts the value of the specified decimal number to an equivalent Boolean value. | |
ToBoolean(Double) | Converts the value of the specified double-precision floating-point number to an equivalent Boolean value. | |
ToBoolean(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent Boolean value. | |
ToBoolean(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent Boolean value. | |
ToBoolean(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent Boolean value. | |
ToBoolean(Object) | Converts the value of a specified object to an equivalent Boolean value. | |
ToBoolean(SByte) | Converts the value of the specified 8-bit signed integer to an equivalent Boolean value. | |
ToBoolean(Single) | Converts the value of the specified single-precision floating-point number to an equivalent Boolean value. | |
ToBoolean(String) | Converts the specified string representation of a logical value to its Boolean equivalent. | |
ToBoolean(UInt16) | Converts the value of the specified 16-bit unsigned integer to an equivalent Boolean value. | |
ToBoolean(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent Boolean value. | |
ToBoolean(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent Boolean value. | |
ToBoolean(Object, IFormatProvider) | Converts the value of the specified object to an equivalent Boolean value, using the specified culture-specific formatting information. | |
ToBoolean(String, IFormatProvider) | Converts the specified string representation of a logical value to its Boolean equivalent, using the specified culture-specific formatting information. | |
ToByte(Boolean) | Converts the specified Boolean value to the equivalent 8-bit unsigned integer. | |
ToByte(Byte) | Returns the specified 8-bit unsigned integer; no actual conversion is performed. | |
ToByte(Char) | Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer. | |
ToByte(DateTime) | Calling this method always throws InvalidCastException. | |
ToByte(Decimal) | Converts the value of the specified decimal number to an equivalent 8-bit unsigned integer. | |
ToByte(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 8-bit unsigned integer. | |
ToByte(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent 8-bit unsigned integer. | |
ToByte(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 8-bit unsigned integer. | |
ToByte(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent 8-bit unsigned integer. | |
ToByte(Object) | Converts the value of the specified object to an 8-bit unsigned integer. | |
ToByte(SByte) | Converts the value of the specified 8-bit signed integer to an equivalent 8-bit unsigned integer. | |
ToByte(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 8-bit unsigned integer. | |
ToByte(String) | Converts the specified string representation of a number to an equivalent 8-bit unsigned integer. | |
ToByte(UInt16) | Converts the value of the specified 16-bit unsigned integer to an equivalent 8-bit unsigned integer. | |
ToByte(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit unsigned integer. | |
ToByte(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit unsigned integer. | |
ToByte(Object, IFormatProvider) | Converts the value of the specified object to an 8-bit unsigned integer, using the specified culture-specific formatting information. | |
ToByte(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent 8-bit unsigned integer, using specified culture-specific formatting information. | |
ToByte(String, Int32) | Converts the string representation of a number in a specified base to an equivalent 8-bit unsigned integer. | |
ToChar(Boolean) | Calling this method always throws InvalidCastException. | |
ToChar(Byte) | Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character. | |
ToChar(Char) | Returns the specified Unicode character value; no actual conversion is performed. | |
ToChar(DateTime) | Calling this method always throws InvalidCastException. | |
ToChar(Decimal) | Calling this method always throws InvalidCastException. | |
ToChar(Double) | Calling this method always throws InvalidCastException. | |
ToChar(Int16) | Converts the value of the specified 16-bit signed integer to its equivalent Unicode character. | |
ToChar(Int32) | Converts the value of the specified 32-bit signed integer to its equivalent Unicode character. | |
ToChar(Int64) | Converts the value of the specified 64-bit signed integer to its equivalent Unicode character. | |
ToChar(Object) | Converts the value of the specified object to a Unicode character. | |
ToChar(SByte) | Converts the value of the specified 8-bit signed integer to its equivalent Unicode character. | |
ToChar(Single) | Calling this method always throws InvalidCastException. | |
ToChar(String) | Converts the first character of a specified string to a Unicode character. | |
ToChar(UInt16) | Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character. | |
ToChar(UInt32) | Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character. | |
ToChar(UInt64) | Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character. | |
ToChar(Object, IFormatProvider) | Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information. | |
ToChar(String, IFormatProvider) | Converts the first character of a specified string to a Unicode character, using specified culture-specific formatting information. | |
ToDecimal(Boolean) | Converts the specified Boolean value to the equivalent decimal number. | |
ToDecimal(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent decimal number. | |
ToDecimal(Char) | Calling this method always throws InvalidCastException. | |
ToDecimal(DateTime) | Calling this method always throws InvalidCastException. | |
ToDecimal(Decimal) | Returns the specified decimal number; no actual conversion is performed. | |
ToDecimal(Double) | Converts the value of the specified double-precision floating-point number to an equivalent decimal number. | |
ToDecimal(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent decimal number. | |
ToDecimal(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent decimal number. | |
ToDecimal(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent decimal number. | |
ToDecimal(Object) | Converts the value of the specified object to an equivalent decimal number. | |
ToDecimal(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent decimal number. | |
ToDecimal(Single) | Converts the value of the specified single-precision floating-point number to the equivalent decimal number. | |
ToDecimal(String) | Converts the specified string representation of a number to an equivalent decimal number. | |
ToDecimal(UInt16) | Converts the value of the specified 16-bit unsigned integer to an equivalent decimal number. | |
ToDecimal(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent decimal number. | |
ToDecimal(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent decimal number. | |
ToDecimal(Object, IFormatProvider) | Converts the value of the specified object to an equivalent decimal number, using the specified culture-specific formatting information. | |
ToDecimal(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent decimal number, using the specified culture-specific formatting information. | |
ToDouble(Boolean) | Converts the specified Boolean value to the equivalent double-precision floating-point number. | |
ToDouble(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent double-precision floating-point number. | |
ToDouble(Char) | Calling this method always throws InvalidCastException. | |
ToDouble(DateTime) | Calling this method always throws InvalidCastException. | |
ToDouble(Decimal) | Converts the value of the specified decimal number to an equivalent double-precision floating-point number. | |
ToDouble(Double) | Returns the specified double-precision floating-point number; no actual conversion is performed. | |
ToDouble(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent double-precision floating-point number. | |
ToDouble(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent double-precision floating-point number. | |
ToDouble(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent double-precision floating-point number. | |
ToDouble(Object) | Converts the value of the specified object to a double-precision floating-point number. | |
ToDouble(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent double-precision floating-point number. | |
ToDouble(Single) | Converts the value of the specified single-precision floating-point number to an equivalent double-precision floating-point number. | |
ToDouble(String) | Converts the specified string representation of a number to an equivalent double-precision floating-point number. | |
ToDouble(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent double-precision floating-point number. | |
ToDouble(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent double-precision floating-point number. | |
ToDouble(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent double-precision floating-point number. | |
ToDouble(Object, IFormatProvider) | Converts the value of the specified object to an double-precision floating-point number, using the specified culture-specific formatting information. | |
ToDouble(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent double-precision floating-point number, using the specified culture-specific formatting information. | |
ToInt16(Boolean) | Converts the specified Boolean value to the equivalent 16-bit signed integer. | |
ToInt16(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 16-bit signed integer. | |
ToInt16(Char) | Converts the value of the specified Unicode character to the equivalent 16-bit signed integer. | |
ToInt16(DateTime) | Calling this method always throws InvalidCastException. | |
ToInt16(Decimal) | Converts the value of the specified decimal number to an equivalent 16-bit signed integer. | |
ToInt16(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 16-bit signed integer. | |
ToInt16(Int16) | Returns the specified 16-bit signed integer; no actual conversion is performed. | |
ToInt16(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 16-bit signed integer. | |
ToInt16(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent 16-bit signed integer. | |
ToInt16(Object) | Converts the value of the specified object to a 16-bit signed integer. | |
ToInt16(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent 16-bit signed integer. | |
ToInt16(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 16-bit signed integer. | |
ToInt16(String) | Converts the specified string representation of a number to an equivalent 16-bit signed integer. | |
ToInt16(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent 16-bit signed integer. | |
ToInt16(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 16-bit signed integer. | |
ToInt16(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit signed integer. | |
ToInt16(Object, IFormatProvider) | Converts the value of the specified object to a 16-bit signed integer, using the specified culture-specific formatting information. | |
ToInt16(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent 16-bit signed integer, using the specified culture-specific formatting information. | |
ToInt16(String, Int32) | Converts the string representation of a number in a specified base to an equivalent 16-bit signed integer. | |
ToInt32(Boolean) | Converts the specified Boolean value to the equivalent 32-bit signed integer. | |
ToInt32(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 32-bit signed integer. | |
ToInt32(Char) | Converts the value of the specified Unicode character to the equivalent 32-bit signed integer. | |
ToInt32(DateTime) | Calling this method always throws InvalidCastException. | |
ToInt32(Decimal) | Converts the value of the specified decimal number to an equivalent 32-bit signed integer. | |
ToInt32(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 32-bit signed integer. | |
ToInt32(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent 32-bit signed integer. | |
ToInt32(Int32) | Returns the specified 32-bit signed integer; no actual conversion is performed. | |
ToInt32(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent 32-bit signed integer. | |
ToInt32(Object) | Converts the value of the specified object to a 32-bit signed integer. | |
ToInt32(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent 32-bit signed integer. | |
ToInt32(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 32-bit signed integer. | |
ToInt32(String) | Converts the specified string representation of a number to an equivalent 32-bit signed integer. | |
ToInt32(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent 32-bit signed integer. | |
ToInt32(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 32-bit signed integer. | |
ToInt32(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 32-bit signed integer. | |
ToInt32(Object, IFormatProvider) | Converts the value of the specified object to a 32-bit signed integer, using the specified culture-specific formatting information. | |
ToInt32(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent 32-bit signed integer, using the specified culture-specific formatting information. | |
ToInt32(String, Int32) | Converts the string representation of a number in a specified base to an equivalent 32-bit signed integer. | |
ToInt64(Boolean) | Converts the specified Boolean value to the equivalent 64-bit signed integer. | |
ToInt64(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit signed integer. | |
ToInt64(Char) | Converts the value of the specified Unicode character to the equivalent 64-bit signed integer. | |
ToInt64(DateTime) | Calling this method always throws InvalidCastException. | |
ToInt64(Decimal) | Converts the value of the specified decimal number to an equivalent 64-bit signed integer. | |
ToInt64(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 64-bit signed integer. | |
ToInt64(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent 64-bit signed integer. | |
ToInt64(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 64-bit signed integer. | |
ToInt64(Int64) | Returns the specified 64-bit signed integer; no actual conversion is performed. | |
ToInt64(Object) | Converts the value of the specified object to a 64-bit signed integer. | |
ToInt64(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent 64-bit signed integer. | |
ToInt64(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 64-bit signed integer. | |
ToInt64(String) | Converts the specified string representation of a number to an equivalent 64-bit signed integer. | |
ToInt64(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit signed integer. | |
ToInt64(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit signed integer. | |
ToInt64(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 64-bit signed integer. | |
ToInt64(Object, IFormatProvider) | Converts the value of the specified object to a 64-bit signed integer, using the specified culture-specific formatting information. | |
ToInt64(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent 64-bit signed integer, using the specified culture-specific formatting information. | |
ToInt64(String, Int32) | Converts the string representation of a number in a specified base to an equivalent 64-bit signed integer. | |
ToSingle(Boolean) | Converts the specified Boolean value to the equivalent single-precision floating-point number. | |
ToSingle(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent single-precision floating-point number. | |
ToSingle(Char) | Calling this method always throws InvalidCastException. | |
ToSingle(DateTime) | Calling this method always throws InvalidCastException. | |
ToSingle(Decimal) | Converts the value of the specified decimal number to an equivalent single-precision floating-point number. | |
ToSingle(Double) | Converts the value of the specified double-precision floating-point number to an equivalent single-precision floating-point number. | |
ToSingle(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent single-precision floating-point number. | |
ToSingle(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent single-precision floating-point number. | |
ToSingle(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent single-precision floating-point number. | |
ToSingle(Object) | Converts the value of the specified object to a single-precision floating-point number. | |
ToSingle(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent single-precision floating-point number. | |
ToSingle(Single) | Returns the specified single-precision floating-point number; no actual conversion is performed. | |
ToSingle(String) | Converts the specified string representation of a number to an equivalent single-precision floating-point number. | |
ToSingle(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent single-precision floating-point number. | |
ToSingle(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent single-precision floating-point number. | |
ToSingle(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent single-precision floating-point number. | |
ToSingle(Object, IFormatProvider) | Converts the value of the specified object to an single-precision floating-point number, using the specified culture-specific formatting information. | |
ToSingle(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent single-precision floating-point number, using the specified culture-specific formatting information. | |
ToString(Boolean) | Converts the specified Boolean value to its equivalent string representation. | |
ToString(Byte) | Converts the value of the specified 8-bit unsigned integer to its equivalent string representation. | |
ToString(Char) | Converts the value of the specified Unicode character to its equivalent string representation. | |
ToString(DateTime) | Converts the value of the specified DateTime to its equivalent string representation. | |
ToString(Decimal) | Converts the value of the specified decimal number to its equivalent string representation. | |
ToString(Double) | Converts the value of the specified double-precision floating-point number to its equivalent string representation. | |
ToString(Int16) | Converts the value of the specified 16-bit signed integer to its equivalent string representation. | |
ToString(Int32) | Converts the value of the specified 32-bit signed integer to its equivalent string representation. | |
ToString(Int64) | Converts the value of the specified 64-bit signed integer to its equivalent string representation. | |
ToString(Object) | Converts the value of the specified object to its equivalent string representation. | |
ToString(SByte) | Converts the value of the specified 8-bit signed integer to its equivalent string representation. | |
ToString(Single) | Converts the value of the specified single-precision floating-point number to its equivalent string representation. | |
ToString(String) | Returns the specified string instance; no actual conversion is performed. | |
ToString(UInt16) | Converts the value of the specified 16-bit unsigned integer to its equivalent string representation. | |
ToString(UInt32) | Converts the value of the specified 32-bit unsigned integer to its equivalent string representation. | |
ToString(UInt64) | Converts the value of the specified 64-bit unsigned integer to its equivalent string representation. | |
ToString(Boolean, IFormatProvider) | Converts the specified Boolean value to its equivalent string representation. | |
ToString(Byte, IFormatProvider) | Converts the value of the specified 8-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(Byte, Int32) | Converts the value of an 8-bit unsigned integer to its equivalent string representation in a specified base. | |
ToString(Char, IFormatProvider) | Converts the value of the specified Unicode character to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(DateTime, IFormatProvider) | Converts the value of the specified DateTime to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(Decimal, IFormatProvider) | Converts the value of the specified decimal number to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(Double, IFormatProvider) | Converts the value of the specified double-precision floating-point number to its equivalent string representation. | |
ToString(Int16, IFormatProvider) | Converts the value of the specified 16-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(Int16, Int32) | Converts the value of a 16-bit signed integer to its equivalent string representation in a specified base. | |
ToString(Int32, IFormatProvider) | Converts the value of the specified 32-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(Int32, Int32) | Converts the value of a 32-bit signed integer to its equivalent string representation in a specified base. | |
ToString(Int64, IFormatProvider) | Converts the value of the specified 64-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(Int64, Int32) | Converts the value of a 64-bit signed integer to its equivalent string representation in a specified base. | |
ToString(Object, IFormatProvider) | Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information. | |
ToString(SByte, IFormatProvider) | Converts the value of the specified 8-bit signed integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(Single, IFormatProvider) | Converts the value of the specified single-precision floating-point number to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(String, IFormatProvider) | Returns the specified string instance; no actual conversion is performed. | |
ToString(UInt16, IFormatProvider) | Converts the value of the specified 16-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(UInt32, IFormatProvider) | Converts the value of the specified 32-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToString(UInt64, IFormatProvider) | Converts the value of the specified 64-bit unsigned integer to its equivalent string representation, using the specified culture-specific formatting information. | |
ToUInt16(Boolean) | Converts the specified Boolean value to the equivalent 16-bit unsigned integer. | |
ToUInt16(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 16-bit unsigned integer. | |
ToUInt16(Char) | Converts the value of the specified Unicode character to the equivalent 16-bit unsigned integer. | |
ToUInt16(DateTime) | Calling this method always throws InvalidCastException. | |
ToUInt16(Decimal) | Converts the value of the specified decimal number to an equivalent 16-bit unsigned integer. | |
ToUInt16(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 16-bit unsigned integer. | |
ToUInt16(Int16) | Converts the value of the specified 16-bit signed integer to the equivalent 16-bit unsigned integer. | |
ToUInt16(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 16-bit unsigned integer. | |
ToUInt16(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent 16-bit unsigned integer. | |
ToUInt16(Object) | Converts the value of the specified object to a 16-bit unsigned integer. | |
ToUInt16(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent 16-bit unsigned integer. | |
ToUInt16(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 16-bit unsigned integer. | |
ToUInt16(String) | Converts the specified string representation of a number to an equivalent 16-bit unsigned integer. | |
ToUInt16(UInt16) | Returns the specified 16-bit unsigned integer; no actual conversion is performed. | |
ToUInt16(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 16-bit unsigned integer. | |
ToUInt16(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit unsigned integer. | |
ToUInt16(Object, IFormatProvider) | Converts the value of the specified object to a 16-bit unsigned integer, using the specified culture-specific formatting information. | |
ToUInt16(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent 16-bit unsigned integer, using the specified culture-specific formatting information. | |
ToUInt16(String, Int32) | Converts the string representation of a number in a specified base to an equivalent 16-bit unsigned integer. | |
ToUInt32(Boolean) | Converts the specified Boolean value to the equivalent 32-bit unsigned integer. | |
ToUInt32(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 32-bit unsigned integer. | |
ToUInt32(Char) | Converts the value of the specified Unicode character to the equivalent 32-bit unsigned integer. | |
ToUInt32(DateTime) | Calling this method always throws InvalidCastException. | |
ToUInt32(Decimal) | Converts the value of the specified decimal number to an equivalent 32-bit unsigned integer. | |
ToUInt32(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 32-bit unsigned integer. | |
ToUInt32(Int16) | Converts the value of the specified 16-bit signed integer to the equivalent 32-bit unsigned integer. | |
ToUInt32(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 32-bit unsigned integer. | |
ToUInt32(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent 32-bit unsigned integer. | |
ToUInt32(Object) | Converts the value of the specified object to a 32-bit unsigned integer. | |
ToUInt32(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent 32-bit unsigned integer. | |
ToUInt32(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 32-bit unsigned integer. | |
ToUInt32(String) | Converts the specified string representation of a number to an equivalent 32-bit unsigned integer. | |
ToUInt32(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent 32-bit unsigned integer. | |
ToUInt32(UInt32) | Returns the specified 32-bit unsigned integer; no actual conversion is performed. | |
ToUInt32(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 32-bit unsigned integer. | |
ToUInt32(Object, IFormatProvider) | Converts the value of the specified object to a 32-bit unsigned integer, using the specified culture-specific formatting information. | |
ToUInt32(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent 32-bit unsigned integer, using the specified culture-specific formatting information. | |
ToUInt32(String, Int32) | Converts the string representation of a number in a specified base to an equivalent 32-bit unsigned integer. | |
ToUInt64(Boolean) | Converts the specified Boolean value to the equivalent 64-bit unsigned integer. | |
ToUInt64(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit unsigned integer. | |
ToUInt64(Char) | Converts the value of the specified Unicode character to the equivalent 64-bit unsigned integer. | |
ToUInt64(DateTime) | Calling this method always throws InvalidCastException. | |
ToUInt64(Decimal) | Converts the value of the specified decimal number to an equivalent 64-bit unsigned integer. | |
ToUInt64(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 64-bit unsigned integer. | |
ToUInt64(Int16) | Converts the value of the specified 16-bit signed integer to the equivalent 64-bit unsigned integer. | |
ToUInt64(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 64-bit unsigned integer. | |
ToUInt64(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent 64-bit unsigned integer. | |
ToUInt64(Object) | Converts the value of the specified object to a 64-bit unsigned integer. | |
ToUInt64(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent 64-bit unsigned integer. | |
ToUInt64(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 64-bit unsigned integer. | |
ToUInt64(String) | Converts the specified string representation of a number to an equivalent 64-bit unsigned integer. | |
ToUInt64(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit unsigned integer. | |
ToUInt64(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit unsigned integer. | |
ToUInt64(UInt64) | Returns the specified 64-bit unsigned integer; no actual conversion is performed. | |
ToUInt64(Object, IFormatProvider) | Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information. | |
ToUInt64(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent 64-bit unsigned integer, using the specified culture-specific formatting information. | |
ToUInt64(String, Int32) | Converts the string representation of a number in a specified base to an equivalent 64-bit unsigned integer. |
Name | Description | |
---|---|---|
DBNull | A constant that represents a database column that is absent of data; that is, database null. |