System::Text::ICUEncoding::GetChars μέθοδος

ICUEncoding::GetChars(ArrayPtr<uint8_t>) method

Λάβετε τους χαρακτήρες που προκύπτουν από την αποκωδικοποίηση ενός buffer byte.

virtual ArrayPtr<char_t> System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes)
ParameterTypeΠεριγραφή
bytesArrayPtr<uint8_t>Buffer για ανάγνωση bytes από.

ReturnValue

Buffer of decoded characters.

Δείτε επίσης

ICUEncoding::GetChars(ArrayPtr<uint8_t>, int, int, ArrayPtr<char_t>, int) method

Λάβετε τους χαρακτήρες που προκύπτουν από την αποκωδικοποίηση ενός buffer byte.

virtual int System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes, int byte_index, int byte_count, ArrayPtr<char_t> chars, int char_index)
ParameterTypeΠεριγραφή
bytesArrayPtr<uint8_t>Buffer για ανάγνωση bytes από.
byte_indexintΜετατόπιση του buffer εισόδου.
byte_countintΜέγεθος buffer εισόδου.
charsArrayPtr<char_t>Buffer για τοποθέτηση χαρακτήρων.
char_indexintΜετατόπιση buffer εξόδου.

ReturnValue

Αριθμός γραμμένων χαρακτήρων.

Δείτε επίσης

ICUEncoding::GetChars(ArrayPtr<uint8_t>, int, int) method

Λάβετε τους χαρακτήρες που προκύπτουν από την αποκωδικοποίηση ενός buffer byte.

virtual ArrayPtr<char_t> System::Text::Encoding::GetChars(ArrayPtr<uint8_t> bytes, int index, int count)
ParameterTypeΠεριγραφή
bytesArrayPtr<uint8_t>Buffer για ανάγνωση bytes από.
δείκτηςintΜετατόπιση του buffer εισόδου.
countintΜέγεθος buffer εισόδου.

ReturnValue

Buffer of decoded characters.

Δείτε επίσης

ICUEncoding::GetChars(const uint8_t *, int, char_t *, int) method

Λάβετε τους χαρακτήρες που προκύπτουν από την αποκωδικοποίηση ενός buffer byte.

int System::Text::ICUEncoding::GetChars(const uint8_t *bytes, int byte_count, char_t *chars, int char_count) override
ParameterTypeΠεριγραφή
bytesconst uint8_t *Buffer για ανάγνωση bytes από.
byte_countintΜέγεθος buffer εισόδου.
charschar_t *Buffer για τοποθέτηση χαρακτήρων.
char_countintΜέγεθος buffer εξόδου.

ReturnValue

Αριθμός γραμμένων χαρακτήρων.

Δείτε επίσης