System::BitConverter::ToChar metodu
İçindekiler
[
Saklamak
]BitConverter::ToChar(const System::ArrayPtr<uint8_t>&, int) method
Belirtilen dizinin belirtilen indeksinden başlayan iki baytı char_t değerine dönüştürür.
static char_t System::BitConverter::ToChar(const System::ArrayPtr<uint8_t> &value, int startIndex)
| Parameter | Type | Açıklama |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | Dönüştürülecek baytları içeren Array |
| startIndex | int | Dönüştürme için bayt almaya başlanacak dizideki indeks |
ReturnValue
Dönüştürmeden elde edilen char_t değeri
Ayrıca Bakınız
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::ToChar(const System::Details::ArrayView<uint8_t>&, int) method
Belirtilen dizinin belirtilen indeksinden başlayan iki baytı char_t değerine dönüştürür.
static char_t System::BitConverter::ToChar(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| Parameter | Type | Açıklama |
|---|---|---|
| değer | const System::Details::ArrayView<uint8_t>& | Dönüştürülecek baytları içeren ArrayView |
| startIndex | int | Dönüştürme için bayt almaya başlanacak dizideki indeks |
ReturnValue
Dönüştürmeden elde edilen char_t değeri
Ayrıca Bakınız
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++