System::Runtime::Serialization::IFormatterConverter::ToBoolean méthode

IFormatterConverter::ToBoolean method

Convertit une valeur en booléen.

virtual bool System::Runtime::Serialization::IFormatterConverter::ToBoolean(System::SharedPtr<Object> value)=0
ParamètreTypeDescription
valeurSystem::SharedPtr<Object>L’objet à convertir.

ReturnValue

La valeur convertie.

Voir aussi