Click or drag to resize

ConversionsChangeType Method

Overload List
  NameDescription
Public methodStatic memberChangeTypeT(Object)
Converts the input object to a specified typed equivalent. If conversion failed, the default value for the expected type will be used.
Public methodStatic memberChangeType(Object, Type)
Converts the input object to a specified typed equivalent. If conversion failed, the default value for the expected type will be used.
Public methodStatic memberChangeTypeT(Object, T)
Converts the input object to a specified typed equivalent. If conversion failed, a specified default value will be used.
Public methodStatic memberChangeType(Object, Type, Object)
Converts the input object to a specified typed equivalent. If conversion failed, the specified default value will be used.
Public methodStatic memberChangeTypeT(Object, T, IFormatProvider)
Converts the input object to a specified typed equivalent. If conversion failed, a specified default value will be used.
Public methodStatic memberChangeType(Object, Type, Object, IFormatProvider)
Converts the input object to a specified typed equivalent. If conversion failed, the specified default value will be used.
Top
See Also