ChangeType Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
Convert Class
Convert Methods
ChangeType Method
ChangeType Method (Object, Typ ...
ChangeType Method (Object, Typ ...
ChangeType Method (Object, Typ ...
ChangeType Method (Object, Typ ...
Convert Methods
ChangeType Method
FromBase64CharArray Method
FromBase64String Method
GetTypeCode Method
IsDBNull Method
ToBase64CharArray Method
ToBase64String Method
ToBoolean Method
ToByte Method
ToChar Method
ToDateTime Method
ToDecimal Method
ToDouble Method
ToInt16 Method
ToInt32 Method
ToInt64 Method
ToSByte Method
ToSingle Method
ToString Method
ToUInt16 Method
ToUInt32 Method
ToUInt64 Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Convert
.
.
::
.
ChangeType Method
Returns an object of a specified type whose value is equivalent to a specified object.
Overload List
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.
Top
See Also
Reference
Convert Class
Convert Members
System Namespace
Tags :