System::Int64::Parse Methode
Int64::Parse(const String&) method
Konvertiert die angegebene Zeichenkette, die die String-Darstellung einer Zahl enthält, in das entsprechende 64-Bit-Vorzeichen-Integer.
static int64_t System::Int64::Parse(const String &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const String& | Die Zeichenkette zum Konvertieren. |
ReturnValue
Das 64‑Bit vorzeichenbehaftete Integer, das der durch die angegebene Zeichenkette dargestellten Zahl entspricht.
Siehe auch
- 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)
Siehe auch
- 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)
Siehe auch
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int64
- Namespace System
- Library Aspose.Font for C++
Int64::Parse(const String&, const SharedPtr<IFormatProvider>&) method
Konvertiert die angegebene Zeichenkette, die die String-Darstellung einer Zahl enthält, in das entsprechende 64-Bit-Vorzeichen-Integer unter Verwendung der bereitgestellten Formatierungsinformationen.
static int64_t System::Int64::Parse(const String &value, const SharedPtr<IFormatProvider> &provider)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const String& | Die Zeichenkette zum Konvertieren. |
| Anbieter | const SharedPtr<IFormatProvider>& | Ein Zeiger auf ein Objekt, das die Zeichenkettenformatinformationen enthält. |
ReturnValue
Das 64‑Bit vorzeichenbehaftete Integer, das der durch die angegebene Zeichenkette dargestellten Zahl entspricht.
Siehe auch
- 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)
Siehe auch
- 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)
Siehe auch
- 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
Konvertiert die angegebene Zeichenkette, die die String-Darstellung einer Zahl enthält, in das entsprechende 64-Bit-Vorzeichen-Integer unter Verwendung der bereitgestellten Formatierungsinformationen und des Zahlenstils.
static int64_t System::Int64::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const String& | Die Zeichenkette zum Konvertieren. |
| Stile | Globalization::NumberStyles | Eine bitweise Kombination von Werten des NumberStyles‑Enums, die den zulässigen Stil der Zeichenkettenrepräsentation einer Zahl festlegt. |
| Anbieter | const SharedPtr<IFormatProvider>& | Ein Zeiger auf ein Objekt, das die Zeichenkettenformatinformationen enthält. |
ReturnValue
Das 64‑Bit vorzeichenbehaftete Integer, das der durch die angegebene Zeichenkette dargestellten Zahl entspricht.
Siehe auch
- 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)
Siehe auch
- 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)
Siehe auch
- Class String
- Class Int64
- Namespace System
- Library Aspose.Font for C++