System::Decimal::GetBytes yöntemi

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

Ayrıca Bakınız