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