System::Text::Encoding::GetByteCount metodo
Contenuti
[
Nascondere
]Encoding::GetByteCount(ArrayPtr<char_t>) method
Ottieni il numero di caratteri necessari per codificare un buffer di caratteri.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chars | ArrayPtr<char_t> | Buffer di caratteri. |
ReturnValue
Dimensione del buffer richiesta.
Vedi anche
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Font for C++
Encoding::GetByteCount(ArrayPtr<char_t>, int, int) method
Ottieni il numero di caratteri necessari per codificare un buffer di caratteri.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chars | ArrayPtr<char_t> | Buffer di caratteri. |
| indice | int | Inizio slice. |
| count | int | Dimensione della slice. |
ReturnValue
Dimensione del buffer richiesta.
Vedi anche
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Font for C++
Encoding::GetByteCount(const char_t *, int) method
Ottieni il numero di caratteri necessari per codificare un buffer di caratteri.
virtual int System::Text::Encoding::GetByteCount(const char_t *chars, int count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chars | const char_t * | Buffer di caratteri. |
| count | int | Dimensione del Buffer. |
ReturnValue
Dimensione del buffer richiesta.
Vedi anche
- Class Encoding
- Namespace System::Text
- Library Aspose.Font for C++
Encoding::GetByteCount(const String&) method
Ottieni il numero di caratteri necessari per codificare una stringa.
virtual int System::Text::Encoding::GetByteCount(const String &s)
| Parametro | Tipo | Descrizione |
|---|---|---|
| s | const String& | String da codificare. |
ReturnValue
Dimensione del buffer richiesta.
Vedi anche
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Font for C++
Encoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method
Ottieni il numero di caratteri necessari per codificare un buffer di caratteri.
template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chars | const System::Details::StackArray<char_t, N>& | Buffer di caratteri. |
| indice | int | Inizio slice. |
| count | int | Dimensione della slice. |
ReturnValue
Dimensione del buffer richiesta.
Vedi anche
- Class Encoding
- Namespace System::Text
- Library Aspose.Font for C++
Encoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method
Ottieni il numero di caratteri necessari per codificare un buffer di caratteri.
virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chars | System::Details::ArrayView<char_t> | Buffer di caratteri. |
| indice | int | Inizio slice. |
| count | int | Dimensione della slice. |
ReturnValue
Dimensione del buffer richiesta.
Vedi anche
- Class Encoding
- Namespace System::Text
- Library Aspose.Font for C++