System::ComponentModel::TypeConverter::ConvertFrom 메서드
내용물
[
숨다
]TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
객체를 변환합니다.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 변환 컨텍스트 정보. |
| 문화 | const System::SharedPtr<System::Globalization::CultureInfo>& | 객체를 변환할 때 사용할 문화. |
| value | const System::SharedPtr<System::Object>& | Object 변환할. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
문자열을 객체로 변환합니다.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 변환 컨텍스트 정보. |
| 문화 | const System::SharedPtr<System::Globalization::CultureInfo>& | 객체를 변환할 때 사용할 문화. |
| value | const System::String& | 변환할 값. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
객체를 변환합니다.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object 변환할. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++