System::ComponentModel::TypeConverter::ConvertToInvariantString método
TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Convierte un objeto a cadena invariante.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object información del contexto de conversión. |
| value | const System::SharedPtr<System::Object>& | Object para convertir. |
ReturnValue
Objeto convertido.
Ver también
- 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
Convierte un objeto a cadena invariante.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object para convertir. |
ReturnValue
Objeto convertido.
Ver también
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++