Click or drag to resize
ConvertChangeType Method
Overload List
  NameDescription
Public methodStatic memberChangeType(Object, Type)
Returns an object of the specified type and whose value is equivalent to the specified object.
Public methodStatic memberChangeType(Object, TypeCode)
Returns an object of the specified type whose value is equivalent to the specified object.
Public methodStatic memberChangeType(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.
Public methodStatic memberChangeType(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