System::Int32::Parse método
Int32::Parse(const ReadOnlySpan<char16_t>&) method
static int32_t System::Int32::Parse(const ReadOnlySpan<char16_t> &span)
Ver también
- 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)
Ver también
- 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)
Ver también
- Class ReadOnlySpan
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&) method
Convierte la cadena especificada que contiene la representación textual de un número al entero con signo de 32 bits equivalente.
static int32_t System::Int32::Parse(const String &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const String& | La cadena a convertir. |
ReturnValue
El entero con signo de 32 bits igual al número representado por la cadena especificada.
Ver también
- 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)
Ver también
- 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)
Ver también
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int32
- Namespace System
- Library Aspose.Page for C++
Int32::Parse(const String&, const SharedPtr<IFormatProvider>&) method
Convierte la cadena especificada que contiene la representación textual de un número al entero con signo de 32 bits equivalente usando la información de formato proporcionada.
static int32_t System::Int32::Parse(const String &value, const SharedPtr<IFormatProvider> &provider)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const String& | La cadena a convertir. |
| proveedor | const SharedPtr<IFormatProvider>& | Un puntero a un objeto que contiene la información de formato de cadena. |
ReturnValue
El entero con signo de 32 bits igual al número representado por la cadena especificada.
Ver también
- 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)
Ver también
- 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)
Ver también
- 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
Convierte la cadena especificada que contiene la representación textual de un número al entero con signo de 32 bits equivalente usando la información de formato y el estilo numérico proporcionados.
static int32_t System::Int32::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const String& | La cadena a convertir. |
| estilos | Globalization::NumberStyles | Una combinación bit a bit de los valores del enumerado NumberStyles que especifica el estilo permitido de la representación textual de un número. |
| proveedor | const SharedPtr<IFormatProvider>& | Un puntero a un objeto que contiene la información de formato de cadena. |
ReturnValue
El entero con signo de 32 bits igual al número representado por la cadena especificada.
Ver también
- 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)
Ver también
- 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)
Ver también
- Class String
- Class Int32
- Namespace System
- Library Aspose.Page for C++