System::BitConverter::ToBoolean Methode
Inhalt
[
Ausblenden
]BitConverter::ToBoolean(const System::ArrayPtr<uint8_t>&, int) method
Konvertiert ein Byte aus dem angegebenen Array, beginnend am angegebenen Index, in einen booleschen Wert.
static bool System::BitConverter::ToBoolean(const System::ArrayPtr<uint8_t> &value, int startIndex)
| Parameter | Typ | Beschreibung |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | Array das Bytes zum Konvertieren enthält |
| startIndex | int | Index im Array, an dem die Bytes für die Konvertierung entnommen werden sollen |
ReturnValue
Boolean value resulting from conversion
Siehe auch
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Font for C++
BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t>&, int) method
Konvertiert ein Byte aus dem angegebenen Array, beginnend am angegebenen Index, in einen booleschen Wert.
static bool System::BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const System::Details::ArrayView<uint8_t>& | ArrayView, das Bytes zum Konvertieren enthält |
| startIndex | int | Index im Array, an dem die Bytes für die Konvertierung entnommen werden sollen |
ReturnValue
Boolean value resulting from conversion
Siehe auch
- Class BitConverter
- Namespace System
- Library Aspose.Font for C++