System::BitConverter::ToUInt32-methode

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

Converteert vier bytes uit de opgegeven array, beginnend op de opgegeven index, naar een unsigned 32-bit integerwaarde.

static uint32_t System::BitConverter::ToUInt32(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

Ongetekend 32-bits geheel getal dat voortkomt uit de conversie

Zie ook

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

Converteert vier bytes uit de opgegeven array, beginnend op de opgegeven index, naar een unsigned 32-bit integerwaarde.

static uint32_t System::BitConverter::ToUInt32(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

Ongetekend 32-bits geheel getal dat voortkomt uit de conversie

Zie ook