System::Text::Encoding::GetCharCount metode
isi
[
bersembunyi
]Encoding::GetCharCount(ArrayPtr<uint8_t>) method
Dapatkan jumlah karakter yang diperlukan untuk mendekode buffer byte.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| byte | ArrayPtr<uint8_t> | Byte untuk didekode. |
ReturnValue
Jumlah karakter.
Lihat Juga
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetCharCount(ArrayPtr<uint8_t>, int, int) method
Dapatkan jumlah karakter yang diperlukan untuk mendekode buffer byte.
virtual int System::Text::Encoding::GetCharCount(ArrayPtr<uint8_t> bytes, int index, int count)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| byte | ArrayPtr<uint8_t> | Byte untuk didekode. |
| indeks | int | Awal irisan. |
| count | int | Ukuran slice. |
ReturnValue
Jumlah karakter.
Lihat Juga
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetCharCount(const uint8_t *, int) method
Dapatkan jumlah karakter yang diperlukan untuk mendekode buffer byte.
virtual int System::Text::Encoding::GetCharCount(const uint8_t *bytes, int count)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| byte | const uint8_t * | Byte untuk didekode. |
| count | int | Jumlah byte. |
ReturnValue
Jumlah karakter.
Lihat Juga
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++