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.Font 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)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const System::Details::ArrayView<uint8_t>& | 包含要转换字节的 ArrayView |
| startIndex | int | 在数组中开始取字节进行转换的索引 |
ReturnValue
Boolean value resulting from conversion
另见
- Class BitConverter
- Namespace System
- Library Aspose.Font for C++