System::ComponentModel::TypeConverter::ConvertFromInvariantString metot
TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Değişmez dizeyi nesneye dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Parametre | Tür | Açıklama |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object dönüştürme bağlamı bilgisi. |
| metin | const System::String& | Dönüştürülecek değer. |
ReturnValue
dönüştürülmüş nesne.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertFromInvariantString(const System::String&) method
Değişmez dizeyi nesneye dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
| Parametre | Tür | Açıklama |
|---|---|---|
| metin | const System::String& | Dönüştürülecek değer. |
ReturnValue
dönüştürülmüş nesne.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++