System::BitConverter::ToUInt32 method

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

निर्दिष्ट सरणी से निर्दिष्ट सूचकांक से शुरू होकर चार बाइट्स को अनसाइन्ड 32-बिट पूर्णांक मान में परिवर्तित करता है।

static uint32_t System::BitConverter::ToUInt32(const System::ArrayPtr<uint8_t> &value, int startIndex)
पैरामीटरप्रकारविवरण
valueconst System::ArrayPtr<uint8_t>&बाइट्स को परिवर्तित करने वाला Array
startIndexintरूपांतरण के लिए बाइट्स लेना शुरू करने के लिए ऐरे में सूचकांक

ReturnValue

रूपांतरण से प्राप्त अनसाइन्ड 32-बिट पूर्णांक मान

संबंधित देखें

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

निर्दिष्ट सरणी से निर्दिष्ट सूचकांक से शुरू होकर चार बाइट्स को अनसाइन्ड 32-बिट पूर्णांक मान में परिवर्तित करता है।

static uint32_t System::BitConverter::ToUInt32(const System::Details::ArrayView<uint8_t> &value, int startIndex)
पैरामीटरप्रकारविवरण
मानconst System::Details::ArrayView<uint8_t>&बाइट्स को रूपांतरित करने वाली ArrayView
startIndexintरूपांतरण के लिए बाइट्स लेना शुरू करने के लिए ऐरे में सूचकांक

ReturnValue

रूपांतरण से प्राप्त अनसाइन्ड 32-बिट पूर्णांक मान

संबंधित देखें