System::BitConverter::ToBoolean 메서드
내용물
[
숨다
]BitConverter::ToBoolean(const System::ArrayPtr<uint8_t>&, int) method
지정된 인덱스에서 시작하는 지정된 배열의 한 바이트를 부울 값으로 변환합니다.
static bool System::BitConverter::ToBoolean(const System::ArrayPtr<uint8_t> &value, int startIndex)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | 변환할 바이트를 포함하는 Array |
| startIndex | int | 변환을 위해 바이트를 가져오기 시작할 배열의 인덱스 |
ReturnValue
Boolean value resulting from conversion
또 보기
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t>&, int) method
지정된 인덱스에서 시작하는 지정된 배열의 한 바이트를 부울 값으로 변환합니다.
static bool System::BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const System::Details::ArrayView<uint8_t>& | 변환할 바이트를 포함하는 ArrayView |
| startIndex | int | 변환을 위해 바이트를 가져오기 시작할 배열의 인덱스 |
ReturnValue
Boolean value resulting from conversion
또 보기
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++