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 값 |
| 버퍼 | const System::ArrayPtr<uint8_t>& | 변환이 성공하면 메서드가 반환될 때 변환 결과를 포함하는 출력 매개변수 |
또 보기
- Class Decimal
- Typedef ArrayPtr
- Class Decimal
- Namespace System
- Library Aspose.Page for C++