System::BitConverter::ToBoolean método
Contenido
[
Ocultar
]BitConverter::ToBoolean(const System::ArrayPtr<uint8_t>&, int) method
Convierte un byte de la matriz especificada que comienza en el índice especificado a 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 bytes para convertir |
| startIndex | int | Índice en la matriz en el que 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.Page for C++
BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t>&, int) method
Convierte un byte de la matriz especificada que comienza en el índice especificado a un valor booleano.
static bool System::BitConverter::ToBoolean(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const System::Details::ArrayView<uint8_t>& | ArrayView que contiene los bytes a convertir |
| startIndex | int | Índice en la matriz en el que comenzar a tomar bytes para la conversión |
ReturnValue
Boolean value resulting from conversion
Ver también
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++