System::BitConverter::ToChar methode

BitConverter::ToChar(const System::ArrayPtr<uint8_t>&, int) method

Converteert twee bytes uit de opgegeven array, beginnend op de opgegeven index, naar een char_t-waarde.

static char_t System::BitConverter::ToChar(const System::ArrayPtr<uint8_t> &value, int startIndex)
ParameterTypeBeschrijving
valueconst System::ArrayPtr<uint8_t>&Array die bytes bevat om te converteren
startIndexintIndex in de array waarop de bytes voor conversie moeten worden genomen

ReturnValue

char_t-waarde die voortkomt uit conversie

Zie ook

BitConverter::ToChar(const System::Details::ArrayView<uint8_t>&, int) method

Converteert twee bytes uit de opgegeven array, beginnend op de opgegeven index, naar een char_t-waarde.

static char_t System::BitConverter::ToChar(const System::Details::ArrayView<uint8_t> &value, int startIndex)
ParameterTypeBeschrijving
valueconst System::Details::ArrayView<uint8_t>&ArrayView die bytes bevat om te converteren
startIndexintIndex in de array waarop de bytes voor conversie moeten worden genomen

ReturnValue

char_t-waarde die voortkomt uit conversie

Zie ook