System::Int64::Parse method
Contenu
[
Cacher
]Int64::Parse(const String&) method
Convertit la chaîne spécifiée contenant la représentation textuelle d’un nombre en l’entier signé 64 bits équivalent.
static int64_t System::Int64::Parse(const String &value)
| Paramètre | Type | Description |
|---|---|---|
| value | const String& | La chaîne à convertir. |
ReturnValue
L’entier signé 64 bits égal au nombre représenté par la chaîne spécifiée.
Voir aussi
- Class String
- Class Int64
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Int64
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int64
- Namespace System
- Library Aspose.Page for C++
Int64::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é 64 bits équivalent en utilisant les informations de formatage fournies.
static int64_t System::Int64::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é 64 bits égal au nombre représenté par la chaîne spécifiée.
Voir aussi
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class Int64
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class CultureInfo
- Class Int64
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int64
- Namespace System
- Library Aspose.Page for C++
Int64::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é 64 bits équivalent en utilisant les informations de formatage fournies et le style de nombre.
static int64_t System::Int64::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é 64 bits égal au nombre représenté par la chaîne spécifiée.
Voir aussi
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class IFormatProvider
- Class Int64
- Namespace System
- Library Aspose.Page 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)
Voir aussi
- Class String
- Enum NumberStyles
- Class Int64
- Namespace System
- Library Aspose.Page for C++
Int64::Parse(const String&, std::nullptr_t) method
static int64_t System::Int64::Parse(const String &value, std::nullptr_t)
Voir aussi
- Class String
- Class Int64
- Namespace System
- Library Aspose.Page for C++