System::Runtime::Serialization::IFormatterConverter::ToByte メソッド

IFormatterConverter::ToByte method

値を uint8_t に変換します。

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

ReturnValue

変換後の値。

参照