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

FormatterConverter::ToInt32 method

値を int32_t に変換します。

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

ReturnValue

変換後の値。

参照