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