Metode System::ComponentModel::TypeConverter::ConvertToString
isi
[
bersembunyi
]TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Mengonversi objek menjadi string.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informasi konteks konversi. |
| budaya | const System::SharedPtr<System::Globalization::CultureInfo>& | Budaya yang digunakan saat mengonversi objek. |
| value | const System::SharedPtr<System::Object>& | Object untuk dikonversi. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class CultureInfo
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Mengonversi objek menjadi string.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informasi konteks konversi. |
| value | const System::SharedPtr<System::Object>& | Object untuk dikonversi. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertToString(const System::SharedPtr<System::Object>&) method
Mengonversi objek menjadi string.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object untuk dikonversi. |
ReturnValue
Objek yang dikonversi.
Lihat Juga
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++