System::Runtime::Serialization::IFormatterConverter::ToUInt32 method

IFormatterConverter::ToUInt32 method

値を uint32_t に変換します。

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

ReturnValue

変換後の値。

参照