System::ComponentModel::TypeConverter::ConvertToInvariantString metodu
TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Nesneyi değişmez dizeye dönüştürür.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| Parameter | Type | Açıklama |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object dönüşüm bağlamı bilgisi. |
| value | const System::SharedPtr<System::Object>& | Object dönüştürülecek. |
ReturnValue
Dönüştürülmüş nesne.
Ayrıca Bakınız
- 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
Nesneyi değişmez dizeye dönüştürür.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
| Parameter | Type | Açıklama |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object dönüştürülecek. |
ReturnValue
Dönüştürülmüş nesne.
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++