Metodo System::ComponentModel::TypeConverter::ConvertToString

TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method

Converte un oggetto in una stringa.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
ParametroTipoDescrizione
contextconst System::SharedPtr<ITypeDescriptorContext>&Object informazioni sul contesto di conversione.
culturaconst System::SharedPtr<System::Globalization::CultureInfo>&Culture da utilizzare durante la conversione degli oggetti.
valueconst System::SharedPtr<System::Object>&Object da convertire.

ReturnValue

Oggetto convertito.

Vedi anche

TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method

Converte un oggetto in una stringa.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
ParametroTipoDescrizione
contextconst System::SharedPtr<ITypeDescriptorContext>&Object informazioni sul contesto di conversione.
valueconst System::SharedPtr<System::Object>&Object da convertire.

ReturnValue

Oggetto convertito.

Vedi anche

TypeConverter::ConvertToString(const System::SharedPtr<System::Object>&) method

Converte un oggetto in una stringa.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
ParametroTipoDescrizione
valueconst System::SharedPtr<System::Object>&Object da convertire.

ReturnValue

Oggetto convertito.

Vedi anche