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)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const Decimal& | De Decimal waarde om te converteren |
| buffer | const System::ArrayPtr<uint8_t>& | De uitvoerparameter die, als de conversie slaagt, het resultaat van de conversie bevat wanneer de methode terugkeert. |
Zie ook
- Class Decimal
- Typedef ArrayPtr
- Class Decimal
- Namespace System
- Library Aspose.Page for C++