WebColorConverter.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 언어, 달력 시스템 등과 같은 문화권에 대한 정보를 나타내는 개체입니다. 이 매개 변수는 이 메서드에서 사용되지 않습니다. 이 메서드의 이후 버전용으로 예약되어 있습니다. 필요에 따라 이 매개 변수에 null 전달할 수 있습니다.

value
Object

변환할 개체입니다.

반품

변환으로 인한 개체입니다.

적용 대상