System::ComponentModel::TypeConverter::ConvertToInvariantString méthode

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

Convertit un objet en chaîne invariante.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
ParamètreTypeDescription
contextconst System::SharedPtr<ITypeDescriptorContext>&Object information de contexte de conversion.
valueconst System::SharedPtr<System::Object>&Object à convertir.

ReturnValue

Objet converti.

Voir aussi

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

Convertit un objet en chaîne invariante.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
ParamètreTypeDescription
valueconst System::SharedPtr<System::Object>&Object à convertir.

ReturnValue

Objet converti.

Voir aussi