System::ComponentModel::TypeConverter::ConvertFromInvariantString 메서드
TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
불변 문자열을 객체로 변환합니다.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object 변환 컨텍스트 정보. |
| text | const System::String& | 변환할 값. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromInvariantString(const System::String&) method
불변 문자열을 객체로 변환합니다.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| text | const System::String& | 변환할 값. |
ReturnValue
변환된 객체.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++