Método System::BitConverter::ToBoolean
Contenido
[
Ocultar
]BitConverter::ToBoolean(const System::ArrayPtr<uint8_t>&, int) method
Convierte un byte del arreglo especificado a partir del índice especificado en un valor booleano.
static bool System::BitConverter::ToBoolean(const System::ArrayPtr<uint8_t> &value, int startIndex)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | Array que contiene los bytes a convertir |
| startIndex | int | Index en el arreglo donde comenzar a tomar bytes para la conversión |
ReturnValue
Boolean value resulting from conversion
Ver también
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.PDF for C++
BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t>&, int) method
Convierte un byte del arreglo especificado a partir del índice especificado en un valor booleano.
static bool System::BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | const System::Details::ArrayView<uint8_t>& | ArrayView que contiene los bytes a convertir |
| startIndex | int | Index en el arreglo donde comenzar a tomar bytes para la conversión |
ReturnValue
Boolean value resulting from conversion
Ver también
- Class BitConverter
- Namespace System
- Library Aspose.PDF for C++