System::Runtime::Serialization::IFormatterConverter::ToBoolean method

IFormatterConverter::ToBoolean method

値を bool に変換します。

virtual bool System::Runtime::Serialization::IFormatterConverter::ToBoolean(System::SharedPtr<Object> value)=0
パラメーター説明
valueSystem::SharedPtr<Object>変換対象のオブジェクト。

ReturnValue

変換後の値。

参照