System::Decimal::GetBytes método
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const Decimal& | El valor Decimal a convertir |
| búfer | const System::ArrayPtr<uint8_t>& | El parámetro de salida que, si la conversión tiene éxito, contiene el resultado de la conversión cuando el método retorna. |
Ver también
- Class Decimal
- Typedef ArrayPtr
- Class Decimal
- Namespace System
- Library Aspose.Page for C++