System::ComponentModel::TypeConverter sınıfı
İçindekiler
[
Saklamak
]TypeConverter class
Bileşen modelinde tip dönüşümünü yöneten sınıf. Bu sınıfın nesneleri yalnızca System::MakeObject() işlevi kullanılarak ayrılmalıdır. Bu tür bir örneği yığına (stack) ya da operator new kullanarak oluşturmayın, çünkü çalışma zamanı hatalarına ve/veya doğrulama hatalarına yol açar. Bu sınıfı her zaman System::SmartPtr işaretçisine sarın ve bu işaretçiyi fonksiyonlara argüman olarak geçirmek için kullanın.
class TypeConverter : public System::Object
Yöntemler
| Yöntem | Açıklama |
|---|---|
| ConvertFrom(const System::SharedPtr<System::Object>&) | Nesneleri dönüştürür. |
| virtual ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) | Nesneleri dönüştürür. |
| ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) | Dizeyi nesneye dönüştürür. |
| ConvertFromInvariantString(const System::String&) | Değişmez dizeyi nesneye dönüştürür. |
| ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) | Değişmez dizeyi nesneye dönüştürür. |
| ConvertFromString(const System::String&) | Dizeyi nesneye dönüştürür. |
| ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) | Dizeyi nesneye dönüştürür. |
| ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) | Dizeyi nesneye dönüştürür. |
| ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) | Nesneyi belirli bir tipe dönüştürür. |
| virtual ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) | Nesneyi belirli bir tipe dönüştürür. |
| ConvertToInvariantString(const System::SharedPtr<System::Object>&) | Nesneyi değişmez dizeye dönüştürür. |
| ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) | Nesneyi değişmez dizeye dönüştürür. |
| ConvertToString(const System::SharedPtr<System::Object>&) | Nesneyi dizeye dönüştürür. |
| ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) | Nesneyi dizeye dönüştürür. |
| ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) | Nesneyi dizeye dönüştürür. |
| TypeConverter() | RTTI bilgisi. |
Ayrıca Bakınız
- Class Object
- Namespace System::ComponentModel
- Library Aspose.Page for C++