System::Decimal::GetBytes メソッド

Decimal::GetBytes method

Convert the specified Decimal value to an array of bytes.

static void System::Decimal::GetBytes(const Decimal &value, const System::ArrayPtr<uint8_t> &buffer)
パラメーター説明
valueconst Decimal&変換する Decimal
バッファconst System::ArrayPtr<uint8_t>&変換が成功した場合、メソッドが戻るときに変換結果を含む出力パラメーター

参照