System::Text::ICUEncoding::GetChars मेथड
अंतर्वस्तु
[
छिपाना
]ICUEncoding::GetChars(ArrayPtr<uint8_t>) method
एक बाइट बफ़र को डिकोड करने से प्राप्त अक्षर प्राप्त करें।
virtual ArrayPtr<char_t> System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer से बाइट पढ़ने के लिये। |
ReturnValue
Buffer of decoded characters.
संबंधित देखें
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int) method
एक बाइट बफ़र को डिकोड करने से प्राप्त अक्षर प्राप्त करें।
virtual int System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes, int byte_index, int byte_count, ArrayPtr<char_t> chars, int char_index)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer से बाइट पढ़ने के लिये। |
| byte_index | int | इनपुट बफ़र ऑफ़सेट। |
| byte_count | int | इनपुट बफ़र आकार। |
| chars | ArrayPtr<char_t> | Buffer में अक्षर रखने के लिए। |
| char_index | int | आउटपुट बफ़र ऑफ़सेट। |
ReturnValue
लिखे गए अक्षरों की संख्या।
संबंधित देखें
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetChars(ArrayPtr<uint8_t>, int, int) method
एक बाइट बफ़र को डिकोड करने से प्राप्त अक्षर प्राप्त करें।
virtual ArrayPtr<char_t> System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes, int index, int count)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer से बाइट पढ़ने के लिये। |
| सूचकांक | int | इनपुट बफ़र ऑफ़सेट। |
| count | int | इनपुट बफ़र आकार। |
ReturnValue
Buffer of decoded characters.
संबंधित देखें
- Typedef ArrayPtr
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++
ICUEncoding::GetChars(const uint8_t *, int, char_t *, int) method
एक बाइट बफ़र को डिकोड करने से प्राप्त अक्षर प्राप्त करें।
int System::Text::ICUEncoding::GetChars(const uint8_t *bytes, int byte_count, char_t *chars, int char_count) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| bytes | const uint8_t * | Buffer से बाइट पढ़ने के लिये। |
| byte_count | int | इनपुट बफ़र आकार। |
| chars | char_t * | Buffer में अक्षर रखने के लिए। |
| char_count | int | आउटपुट बफ़र का आकार। |
ReturnValue
लिखे गए अक्षरों की संख्या।
संबंधित देखें
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Page for C++