System::Decimal::GetBytes metod
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 | Beskrivning |
|---|---|---|
| value | const Decimal& | Det Decimal-värdet att konvertera |
| buffert | const System::ArrayPtr<uint8_t>& | Utdata‑parametern som, om konverteringen lyckas, innehåller konverteringsresultatet när metoden returnerar. |
Se även
- Class Decimal
- Typedef ArrayPtr
- Class Decimal
- Namespace System
- Library Aspose.Page for C++