System::BitConverter::GetBytes 메서드
내용물
[
숨다
]BitConverter::GetBytes(bool) method
지정된 부울 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(bool value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | bool | 변환할 부울 값 |
ReturnValue
지정된 값을 나타내는 1바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(char_t) method
지정된 char_t 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(char_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | char_t | 변환할 char_t 값 |
ReturnValue
지정된 값을 나타내는 2바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(double) method
지정된 배정밀도 부동소수점 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(double value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | double | 변환할 부동소수점 값 |
ReturnValue
지정된 값을 나타내는 8바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(float) method
지정된 단정밀도 부동소수점 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(float value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | float | 변환할 부동소수점 값 |
ReturnValue
지정된 값을 나타내는 4바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(int) method
지정된 32비트 정수 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(int value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | int | 변환할 32비트 정수 값 |
ReturnValue
지정된 값을 나타내는 4바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(int16_t) method
지정된 16비트 정수 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(int16_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | int16_t | 변환할 16비트 정수 값 |
ReturnValue
지정된 값을 나타내는 2바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(int64_t) method
지정된 64비트 정수 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(int64_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | int64_t | 변환할 64비트 정수 값 |
ReturnValue
지정된 값을 나타내는 8바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(uint16_t) method
지정된 부호 없는 16비트 정수 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(uint16_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | uint16_t | 변환할 부호 없는 16비트 정수 값 |
ReturnValue
지정된 값을 나타내는 2바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(uint32_t) method
지정된 부호 없는 32비트 정수 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(uint32_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | uint32_t | 변환할 부호 없는 32비트 정수 값 |
ReturnValue
지정된 값을 나타내는 4바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::GetBytes(uint64_t) method
지정된 부호 없는 64비트 정수 값을 바이트 배열로 변환합니다.
static System::ArrayPtr<uint8_t> System::BitConverter::GetBytes(uint64_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | uint64_t | 변환할 부호 없는 64비트 정수 값 |
ReturnValue
지정된 값을 나타내는 8바이트 배열
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++