System::Text::ICUEncoding::GetByteCount विधि
अंतर्वस्तु
[
छिपाना
]ICUEncoding::GetByteCount(ArrayPtr<char_t>) method
RTTI।
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
संबंधित देखें
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(ArrayPtr<char_t>, int, int) method
RTTI।
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
संबंधित देखें
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const char_t *, int) method
एक कैरेक्टर बफ़र को एन्कोड करने के लिए आवश्यक अक्षरों की संख्या प्राप्त करें।
int System::Text::ICUEncoding::GetByteCount(const char_t *chars, int count) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| chars | const char_t * | अक्षर बफ़र। |
| count | int | Buffer आकार। |
ReturnValue
आवश्यक बफ़र आकार।
संबंधित देखें
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const String&) method
RTTI।
virtual int System::Text::Encoding::GetByteCount(const String &s)
संबंधित देखें
- Class String
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method
RTTI।
template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
संबंधित देखें
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method
RTTI।
virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
संबंधित देखें
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++