Metodo System::TimeSpan::Parse
Contenuti
[
Nascondere
]TimeSpan::Parse(const String&) method
Converte una stringa in un oggetto TimeSpan equivalente.
static TimeSpan System::TimeSpan::Parse(const String &input)
| Parametro | Tipo | Descrizione |
|---|---|---|
| input | const String& | Stringa di input. |
ReturnValue
Intervallo di tempo che corrisponde alla stringa.
Vedi anche
- Class TimeSpan
- Class String
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
TimeSpan::Parse(const String&, const SharedPtr<Globalization::CultureInfo>&) method
static TimeSpan System::TimeSpan::Parse(const String &input, const SharedPtr<Globalization::CultureInfo> &culture)
Vedi anche
- Class TimeSpan
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
TimeSpan::Parse(const String&, const SharedPtr<Globalization::DateTimeFormatInfo>&) method
static TimeSpan System::TimeSpan::Parse(const String &input, const SharedPtr<Globalization::DateTimeFormatInfo> &dtfi)
Vedi anche
- Class TimeSpan
- Class String
- Typedef SharedPtr
- Class DateTimeFormatInfo
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
TimeSpan::Parse(const String&, const SharedPtr<IFormatProvider>&) method
Converte una stringa in un oggetto TimeSpan equivalente utilizzando il provider di formattazione specificato.
static TimeSpan System::TimeSpan::Parse(const String &input, const SharedPtr<IFormatProvider> &provider)
| Parametro | Tipo | Descrizione |
|---|---|---|
| input | const String& | Stringa di input. |
| provider | const SharedPtr<IFormatProvider>& | Provider di formattazione che fornisce informazioni di formattazione specifiche per la cultura. |
ReturnValue
Intervallo di tempo che corrisponde alla stringa.
Vedi anche
- Class TimeSpan
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++
TimeSpan::Parse(const String&, std::nullptr_t) method
static TimeSpan System::TimeSpan::Parse(const String &input, std::nullptr_t)
Vedi anche
- Class TimeSpan
- Class String
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++