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