System::Int16::Parse method
Contenu
[
Cacher
]Int16::Parse(const String&) method
Convertit la chaîne spécifiée contenant la représentation textuelle d’un nombre en l’entier signé 16 bits équivalent.
static int16_t System::Int16::Parse(const String &value)
| Paramètre | Type | Description |
|---|---|---|
| value | const String& | La chaîne à convertir. |
ReturnValue
L’entier signé 16 bits égal au nombre représenté par la chaîne spécifiée.
Voir aussi
- Class String
- Class Int16
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Int16
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, const SharedPtr<IFormatProvider>&) method
Convertit la chaîne spécifiée contenant la représentation textuelle d’un nombre en l’entier signé 16 bits équivalent en utilisant les informations de formatage fournies.
static int16_t System::Int16::Parse(const String &value, const SharedPtr<IFormatProvider> &provider)
| Paramètre | Type | Description |
|---|---|---|
| value | const String& | La chaîne à convertir. |
| fournisseur | const SharedPtr<IFormatProvider>& | Un pointeur vers un objet qui contient les informations de format de chaîne. |
ReturnValue
L’entier signé 16 bits égal au nombre représenté par la chaîne spécifiée.
Voir aussi
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class Int16
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class CultureInfo
- Class Int16
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&) method
Convertit la chaîne spécifiée contenant la représentation textuelle d’un nombre en l’entier signé 16 bits équivalent en utilisant les informations de formatage fournies et le style numérique.
static int16_t System::Int16::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
| Paramètre | Type | Description |
|---|---|---|
| value | const String& | La chaîne à convertir. |
| styles | Globalization::NumberStyles | Une combinaison binaire des valeurs de l’énumération NumberStyles qui spécifie le style autorisé de la représentation sous forme de chaîne d’un nombre. |
| fournisseur | const SharedPtr<IFormatProvider>& | Un pointeur vers un objet qui contient les informations de format de chaîne. |
ReturnValue
L’entier signé 16 bits égal au nombre représenté par la chaîne spécifiée.
Voir aussi
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class IFormatProvider
- Class Int16
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Enum NumberStyles
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, std::nullptr_t) method
static int16_t System::Int16::Parse(const String &value, std::nullptr_t)
Voir aussi
- Class String
- Class Int16
- Namespace System
- Library Aspose.Page for C++