System::Decimal::GetBytes methode

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)
ParameterTypeBeschrijving
valueconst Decimal&De Decimal waarde om te converteren
bufferconst System::ArrayPtr<uint8_t>&De uitvoerparameter die, als de conversie slaagt, het resultaat van de conversie bevat wanneer de methode terugkeert.

Zie ook