طريقة System::Int32::Parse
محتويات
[
يخفي
]Int32::Parse(const ReadOnlySpan<char16_t>&) method
static int32_t System::Int32::Parse(const ReadOnlySpan<char16_t> &span)
انظر أيضًا
- Class ReadOnlySpan
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const ReadOnlySpan<char16_t>&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&) method
static int32_t System::Int32::Parse(const ReadOnlySpan<char16_t> &span, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
انظر أيضًا
- Class ReadOnlySpan
- Enum NumberStyles
- Typedef SharedPtr
- Class IFormatProvider
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const ReadOnlySpan<char16_t>&, std::nullptr_t) method
static int32_t System::Int32::Parse(const ReadOnlySpan<char16_t> &span, std::nullptr_t)
انظر أيضًا
- Class ReadOnlySpan
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&) method
يحوّل السلسلة المحددة التي تحتوي على تمثيل عدد إلى عدد صحيح موقع 32‑بت مكافئ.
static int32_t System::Int32::Parse(const String &value)
| Parameter | Type | الوصف |
|---|---|---|
| value | const String& | السلسلة للتحويل. |
ReturnValue
عدد صحيح موقع 32‑بت يساوي الرقم الممثّل بالسلسلة المحددة.
انظر أيضًا
- Class String
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, const SharedPtr<Globalization::CultureInfo>&) method
static int32_t System::Int32::Parse(const String &value, const SharedPtr<Globalization::CultureInfo> &culture)
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, const SharedPtr<Globalization::NumberFormatInfo>&) method
static int32_t System::Int32::Parse(const String &value, const SharedPtr<Globalization::NumberFormatInfo> &nfi)
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, const SharedPtr<IFormatProvider>&) method
يحوّل السلسلة المحددة التي تحتوي على تمثيل عدد إلى عدد صحيح موقع 32‑بت مكافئ باستخدام معلومات التنسيق المقدّمة.
static int32_t System::Int32::Parse(const String &value, const SharedPtr<IFormatProvider> &provider)
| Parameter | Type | الوصف |
|---|---|---|
| value | const String& | السلسلة للتحويل. |
| مزود | const SharedPtr<IFormatProvider>& | مؤشر إلى كائن يحتوي على معلومات تنسيق السلسلة. |
ReturnValue
عدد صحيح موقع 32‑بت يساوي الرقم الممثّل بالسلسلة المحددة.
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::CultureInfo>&) method
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<Globalization::CultureInfo> &culture)
انظر أيضًا
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class CultureInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::NumberFormatInfo>&) method
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<Globalization::NumberFormatInfo> &nfi)
انظر أيضًا
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&) method
يحوّل السلسلة المحددة التي تحتوي على تمثيل عدد إلى عدد صحيح موقع 32‑بت مكافئ باستخدام معلومات التنسيق المقدّمة ونمط الرقم.
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
| Parameter | Type | الوصف |
|---|---|---|
| value | const String& | السلسلة للتحويل. |
| styles | Globalization::NumberStyles | تركيبة بتية من قيم تعداد NumberStyles التي تحدد النمط المسموح به لتمثيل العدد كنص. |
| مزود | const SharedPtr<IFormatProvider>& | مؤشر إلى كائن يحتوي على معلومات تنسيق السلسلة. |
ReturnValue
عدد صحيح موقع 32‑بت يساوي الرقم الممثّل بالسلسلة المحددة.
انظر أيضًا
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class IFormatProvider
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, std::nullptr_t) method
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr)
انظر أيضًا
- Class String
- Enum NumberStyles
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, std::nullptr_t) method
static int32_t System::Int32::Parse(const String &value, std::nullptr_t)
انظر أيضًا
- Class String
- Class Int32
- Namespace System
- Library Aspose.Page for C++