Metodo System::ComponentModel::TypeConverter::ConvertToInvariantString
TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Converte un oggetto in una stringa invariata.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object>&) method
Converte un oggetto in una stringa invariata.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++