Int32CollectionConverter.ConvertFrom 메서드

정의

지정된 개체를 Int32Collection 인스턴스로 변환하려고 합니다.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

매개 변수

context
ITypeDescriptorContext

변환에 사용되는 컨텍스트 정보입니다.

culture
CultureInfo

변환 중 적용되는 문화권 정보입니다.

value
Object

변환되는 개체입니다.

반환

Object

Int32Collection의 새 인스턴스입니다.

예외

valuenull이거나 잘못된 형식인 경우

적용 대상