System::Runtime::Serialization::FormatterConverter::ToBoolean メソッド

FormatterConverter::ToBoolean method

値を bool に変換します。

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

ReturnValue

変換後の値。

参照