System Namespace Convert Class
Returns an Object with the specified Type and whose value is equivalent to the specified object.
[ VB ] Overloads Public Shared Function ChangeType ( _ ByVal value As Object, _ ByVal conversionType As Type _ ) As Object [ C# ] public static object ChangeType ( object value, Type conversionType ); [ C++ ] public: static Object* ChangeType ( Object* value, Type* conversionType ); [ JScript ] public static function ChangeType ( value : Object, conversionType : Type ) : Object;
An object whose Type is conversionType and whose value is equivalent to value.
This method uses the current thread's culture for the conversion.
Convert Members Convert.ChangeType Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note