System::Runtime::Serialization::IFormatterConverter::ToBoolean metodu

IFormatterConverter::ToBoolean method

Bir değeri bool tipine dönüştürür.

virtual bool System::Runtime::Serialization::IFormatterConverter::ToBoolean(System::SharedPtr<Object> value)=0
ParameterTypeAçıklama
değerSystem::SharedPtr<Object>Dönüştürülecek nesne.

ReturnValue

Dönüştürülmüş değer.

Ayrıca Bakınız