Click or drag to resize

ConversionsTryChangeType Method

Overload List
  NameDescription
Public methodStatic memberTryChangeTypeT(Object, T)
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
Public methodStatic memberTryChangeType(Object, Type, Object)
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
Public methodStatic memberTryChangeTypeT(Object, IFormatProvider, T)
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
Public methodStatic memberTryChangeType(Object, Type, IFormatProvider, Object)
Converts the input object to a specified typed equivalent. A return value indicates whether the conversion succeeded.
Top
See Also