CLRInteropBinder.ChangeType(Object, Type, CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override System::Object ^ ChangeType(System::Object ^ value, Type ^ type, System::Globalization::CultureInfo ^ culture);
public override object ChangeType (object value, Type type, System.Globalization.CultureInfo culture);
override this.ChangeType : obj * Type * System.Globalization.CultureInfo -> obj
Public Overrides Function ChangeType (value As Object, type As Type, culture As CultureInfo) As Object
Parameters
- value
- Object
- type
- Type
- culture
- CultureInfo