NullableConverter.ConvertFrom 메서드

정의

지정된 컨텍스트 및 문화권 정보를 사용하여 지정된 개체를 이 변환기의 형식으로 변환합니다.

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

ITypeDescriptorContext 형식 컨텍스트를 제공하는 항목입니다.

culture
CultureInfo

CultureInfo 현재 문화권으로 사용할 항목입니다.

value
Object

Object 변환할 수 있습니다.

반품

Object 변환된 값을 나타내는 값입니다.

예외

변환을 수행할 수 없습니다.

적용 대상