System::BitConverter::ToBoolean-methode
inhoud
[
verbergen
]BitConverter::ToBoolean(const System::ArrayPtr<uint8_t>&, int) method
Converteert één byte uit de opgegeven array, beginnend op de opgegeven index, naar een booleanwaarde.
static bool System::BitConverter::ToBoolean(const System::ArrayPtr<uint8_t> &value, int startIndex)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | Array die bytes bevat om te converteren |
| startIndex | int | Index in de array waarop de bytes voor conversie moeten worden genomen |
ReturnValue
Boolean value resulting from conversion
Zie ook
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t>&, int) method
Converteert één byte uit de opgegeven array, beginnend op de opgegeven index, naar een booleanwaarde.
static bool System::BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const System::Details::ArrayView<uint8_t>& | ArrayView die bytes bevat om te converteren |
| startIndex | int | Index in de array waarop de bytes voor conversie moeten worden genomen |
ReturnValue
Boolean value resulting from conversion
Zie ook
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++