System::BitConverter::ToChar methode
inhoud
[
verbergen
]BitConverter::ToChar(const System::ArrayPtr<uint8_t>&, int) method
Converteert twee bytes uit de opgegeven array, beginnend op de opgegeven index, naar een char_t-waarde.
static char_t System::BitConverter::ToChar(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
char_t-waarde die voortkomt uit conversie
Zie ook
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::ToChar(const System::Details::ArrayView<uint8_t>&, int) method
Converteert twee bytes uit de opgegeven array, beginnend op de opgegeven index, naar een char_t-waarde.
static char_t System::BitConverter::ToChar(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
char_t-waarde die voortkomt uit conversie
Zie ook
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++