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