System::BitConverter::ToInt32 method
अंतर्वस्तु
[
छिपाना
]BitConverter::ToInt32(const System::ArrayPtr<uint8_t>&, int) method
निर्दिष्ट सरणी से निर्दिष्ट सूचकांक से शुरू होकर चार बाइट्स को 32-बिट पूर्णांक मान में परिवर्तित करता है।
static int System::BitConverter::ToInt32(const System::ArrayPtr<uint8_t> &value, int startIndex)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | बाइट्स को परिवर्तित करने वाला Array |
| startIndex | int | रूपांतरण के लिए बाइट्स लेना शुरू करने के लिए ऐरे में सूचकांक |
ReturnValue
रूपांतरण से प्राप्त 32-बिट पूर्णांक मान
संबंधित देखें
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::ToInt32(const System::Details::ArrayView<uint8_t>&, int) method
निर्दिष्ट सरणी से निर्दिष्ट सूचकांक से शुरू होकर चार बाइट्स को 32-बिट पूर्णांक मान में परिवर्तित करता है।
static int System::BitConverter::ToInt32(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| मान | const System::Details::ArrayView<uint8_t>& | बाइट्स को रूपांतरित करने वाली ArrayView |
| startIndex | int | रूपांतरण के लिए बाइट्स लेना शुरू करने के लिए ऐरे में सूचकांक |
ReturnValue
रूपांतरण से प्राप्त 32-बिट पूर्णांक मान
संबंधित देखें
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++