System::Int32::Parse-metod
Innehåll
[
Dölj
]Int32::Parse(const ReadOnlySpan<char16_t>&) method
static int32_t System::Int32::Parse(const ReadOnlySpan<char16_t> &span)
Se även
- Class ReadOnlySpan
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const ReadOnlySpan<char16_t>&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&) method
static int32_t System::Int32::Parse(const ReadOnlySpan<char16_t> &span, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
Se även
- Class ReadOnlySpan
- Enum NumberStyles
- Typedef SharedPtr
- Class IFormatProvider
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const ReadOnlySpan<char16_t>&, std::nullptr_t) method
static int32_t System::Int32::Parse(const ReadOnlySpan<char16_t> &span, std::nullptr_t)
Se även
- Class ReadOnlySpan
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&) method
Konverterar den angivna strängen som innehåller talets textrepresentation till motsvarande 32-bitars signerade heltal.
static int32_t System::Int32::Parse(const String &value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | const String& | Strängen att konvertera. |
ReturnValue
Det 32-bitars signerade heltalet som är lika med talet som representeras av den angivna strängen.
Se även
- Class String
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, const SharedPtr<Globalization::CultureInfo>&) method
static int32_t System::Int32::Parse(const String &value, const SharedPtr<Globalization::CultureInfo> &culture)
Se även
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, const SharedPtr<Globalization::NumberFormatInfo>&) method
static int32_t System::Int32::Parse(const String &value, const SharedPtr<Globalization::NumberFormatInfo> &nfi)
Se även
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, const SharedPtr<IFormatProvider>&) method
Konverterar den angivna strängen som innehåller talets textrepresentation till motsvarande 32-bitars signerade heltal med den angivna formateringsinformationen.
static int32_t System::Int32::Parse(const String &value, const SharedPtr<IFormatProvider> &provider)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | const String& | Strängen att konvertera. |
| leverantör | const SharedPtr<IFormatProvider>& | En pekare till ett objekt som innehåller information om strängformat. |
ReturnValue
Det 32-bitars signerade heltalet som är lika med talet som representeras av den angivna strängen.
Se även
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::CultureInfo>&) method
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<Globalization::CultureInfo> &culture)
Se även
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class CultureInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::NumberFormatInfo>&) method
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<Globalization::NumberFormatInfo> &nfi)
Se även
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&) method
Konverterar den angivna strängen som innehåller talets textrepresentation till motsvarande 32-bitars signerade heltal med den angivna formateringsinformationen och talstil.
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | const String& | Strängen att konvertera. |
| stilar | Globalization::NumberStyles | En bitvis kombination av värden i NumberStyles-enum som specificerar den tillåtna stilen för talets strängrepresentation. |
| leverantör | const SharedPtr<IFormatProvider>& | En pekare till ett objekt som innehåller information om strängformat. |
ReturnValue
Det 32-bitars signerade heltalet som är lika med talet som representeras av den angivna strängen.
Se även
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class IFormatProvider
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, Globalization::NumberStyles, std::nullptr_t) method
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr)
Se även
- Class String
- Enum NumberStyles
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, std::nullptr_t) method
static int32_t System::Int32::Parse(const String &value, std::nullptr_t)
Se även
- Class String
- Class Int32
- Namespace System
- Library Aspose.Page for C++