System::BitConverter::ToChar método
Contenido
[
Ocultar
]BitConverter::ToChar(const System::ArrayPtr<uint8_t>&, int) method
Convierte dos bytes del arreglo especificado a partir del índice especificado en un valor char_t.
static char_t System::BitConverter::ToChar(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
Valor char_t resultante de la conversión
Ver también
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.PDF for C++
BitConverter::ToChar(const System::Details::ArrayView<uint8_t>&, int) method
Convierte dos bytes del arreglo especificado a partir del índice especificado en un valor char_t.
static char_t System::BitConverter::ToChar(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
Valor char_t resultante de la conversión
Ver también
- Class BitConverter
- Namespace System
- Library Aspose.PDF for C++