108 [CLSCompliant(
false)]
135 [CLSCompliant(
false)]
162 [CLSCompliant(
false)]
Converts a base data type to another base data type.
static CultureInfo InvariantCulture
Gets the T:System.Globalization.CultureInfo object that is culture-independent (invariant).
static long ToInt64(object value)
Converts the value of the specified object to a 64-bit signed integer.
static double ToDouble(object value)
Converts the value of the specified object to a double-precision floating-point number.
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
TypeCode
Specifies the type of an object.
static float ToSingle(object value)
Converts the value of the specified object to a single-precision floating-point number.
Represents an instant in time, typically expressed as a date and time of day. To browse the ....
static char ToChar(object value)
Converts the value of the specified object to a Unicode character.
static bool ToBoolean(object value)
Converts the value of a specified object to an equivalent Boolean value.
static ushort ToUInt16(object value)
Converts the value of the specified object to a 16-bit unsigned integer.
static DateTime ToDateTime(DateTime value)
Returns the specified T:System.DateTime object; no actual conversion is performed.
static sbyte ToSByte(object value)
Converts the value of the specified object to an 8-bit signed integer.
Represents type declarations: class types, interface types, array types, value types,...
static object ChangeType(object value, TypeCode typeCode)
Returns an object of the specified type whose value is equivalent to the specified object.
static uint ToUInt32(object value)
Converts the value of the specified object to a 32-bit unsigned integer.
static decimal ToDecimal(object value)
Converts the value of the specified object to an equivalent decimal number.
static byte ToByte(object value)
Converts the value of the specified object to an 8-bit unsigned integer.
static short ToInt16(object value)
Converts the value of the specified object to a 16-bit signed integer.
static string ToString(object value)
Converts the value of the specified object to its equivalent string representation.
static ulong ToUInt64(object value)
Converts the value of the specified object to a 64-bit unsigned integer.
static int ToInt32(object value)
Converts the value of the specified object to a 32-bit signed integer.
Provides information about a specific culture (called a locale for unmanaged code development)....