System::Text::Encoding::GetString μέθοδος

Encoding::GetString(ArrayPtr<uint8_t>) method

Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.

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

ReturnValue

String of decoded characters.

Δείτε επίσης

Encoding::GetString(ArrayPtr<uint8_t>, int, int) method

Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.

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

ReturnValue

String of decoded characters.

Δείτε επίσης

Encoding::GetString(const System::Details::ArrayView<uint8_t>&) method

Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.

virtual String System::Text::Encoding::GetString(const System::Details::ArrayView<uint8_t> &bytes)
ParameterTypeΠεριγραφή
bytesconst System::Details::ArrayView<uint8_t>&Buffer για ανάγνωση bytes από.

ReturnValue

String of decoded characters.

Δείτε επίσης

Encoding::GetString(const System::Details::ArrayView<uint8_t>&, int, int) method

Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.

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

ReturnValue

String of decoded characters.

Δείτε επίσης

Encoding::GetString(System::Details::StackArray<uint8_t, N>&) method

Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.

template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> &bytes)
ParameterTypeΠεριγραφή
bytesSystem::Details::StackArray<uint8_t, N>&Buffer για ανάγνωση bytes από.

ReturnValue

String of decoded characters.

Δείτε επίσης

Encoding::GetString(System::Details::StackArray<uint8_t, N>, int, int) method

Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.

template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> bytes, int index, int count)
ParameterTypeΠεριγραφή
bytesSystem::Details::StackArray<uint8_t, N>Buffer για ανάγνωση bytes από.
δείκτηςintΜετατόπιση του buffer εισόδου.
countintΜέγεθος buffer εισόδου.

ReturnValue

String of decoded characters.

Δείτε επίσης

Encoding::GetString(uint8_t *, int) method

Αποκωδικοποιεί ένα buffer από byte σε συμβολοσειρά.

virtual String System::Text::Encoding::GetString(uint8_t *bytes, int byte_count)
ParameterTypeΠεριγραφή
bytesuint8_t *Buffer για ανάγνωση bytes από.
byte_countintΜέγεθος buffer εισόδου.

ReturnValue

String of decoded characters.

Δείτε επίσης