طريقة System::Decimal::GetBytes
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 | الوصف |
|---|---|---|
| value | const Decimal& | القيمة Decimal التي سيتم تحويلها |
| المخزن المؤقت | const System::ArrayPtr<uint8_t>& | معامل الإخراج الذي، إذا نجحت عملية التحويل، يحتوي على نتيجة التحويل عند عودة الطريقة. |
انظر أيضًا
- Class Decimal
- Typedef ArrayPtr
- Class Decimal
- Namespace System
- Library Aspose.Page for C++