次の方法で共有


CLRInteropBinder.ChangeType(Object, Type, CultureInfo) Method

Definition

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

Returns

Applies to