System::Decimal::GetBytes metodu

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)
ParametreTürAçıklama
valueconst Decimal&Dönüştürülecek Decimal değeri
bufferconst System::ArrayPtr<uint8_t>&Dönüşüm başarılı olursa, yöntem döndüğünde dönüşüm sonucunu içeren çıktı parametresi.

Ayrıca Bakınız