System::DateTime::TryParseExact method
Contents
[
Hide
]DateTime::TryParseExact(const String&, const ArrayPtr<String>&, const SharedPtr<Globalization::CultureInfo>&, Globalization::DateTimeStyles, DateTime&) method
static bool System::DateTime::TryParseExact(const String &s, const ArrayPtr<String> &formats, const SharedPtr<Globalization::CultureInfo> &culture, Globalization::DateTimeStyles styles, DateTime &result)
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class CultureInfo
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::TryParseExact(const String&, const ArrayPtr<String>&, const SharedPtr<Globalization::DateTimeFormatInfo>&, Globalization::DateTimeStyles, DateTime&) method
static bool System::DateTime::TryParseExact(const String &s, const ArrayPtr<String> &formats, const SharedPtr<Globalization::DateTimeFormatInfo> &dtfi, Globalization::DateTimeStyles styles, DateTime &result)
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class DateTimeFormatInfo
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::TryParseExact(const String&, const ArrayPtr<String>&, const SharedPtr<IFormatProvider>&, Globalization::DateTimeStyles, DateTime&) method
Converts the specified string representation of a date and time value to the equivalent DateTime object using the specified formats, culture-specific format information and style. The format of the string representation must match one or more of the specified formats exactly.
static bool System::DateTime::TryParseExact(const String &s, const ArrayPtr<String> &formats, const SharedPtr<IFormatProvider> &provider, Globalization::DateTimeStyles styles, DateTime &result)
Parameter | Type | Description |
---|---|---|
s | const String& | The string representation of a date and time value to convert. |
formats | const ArrayPtr<String>& | The array of string formats. |
provider | const SharedPtr<IFormatProvider>& | The IFormatProvider object that provides culture-specific format information. |
styles | Globalization::DateTimeStyles | A bitwise combination of the enumeration values that provides additional information about s, about style elements that may be present in s, or about the conversion from s to a DateTime object. |
result | DateTime& | The output argument that, if the conversion succeeds, contains the result of conversion. |
ReturnValue
True if conversion succeeds, otherwise - false.
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IFormatProvider
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::TryParseExact(const String&, const ArrayPtr<String>&, std::nullptr_t, Globalization::DateTimeStyles, DateTime&) method
static bool System::DateTime::TryParseExact(const String &s, const ArrayPtr<String> &formats, std::nullptr_t, Globalization::DateTimeStyles styles, DateTime &result)
See Also
- Class String
- Typedef ArrayPtr
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::TryParseExact(const String&, const String&, const SharedPtr<Globalization::CultureInfo>&, Globalization::DateTimeStyles, DateTime&) method
static bool System::DateTime::TryParseExact(const String &s, const String &format, const SharedPtr<Globalization::CultureInfo> &culture, Globalization::DateTimeStyles styles, DateTime &result)
See Also
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::TryParseExact(const String&, const String&, const SharedPtr<Globalization::DateTimeFormatInfo>&, Globalization::DateTimeStyles, DateTime&) method
static bool System::DateTime::TryParseExact(const String &s, const String &format, const SharedPtr<Globalization::DateTimeFormatInfo> &dtfi, Globalization::DateTimeStyles styles, DateTime &result)
See Also
- Class String
- Typedef SharedPtr
- Class DateTimeFormatInfo
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::TryParseExact(const String&, const String&, const SharedPtr<IFormatProvider>&, Globalization::DateTimeStyles, DateTime&) method
Converts the specified string representation of a date and time value to the equivalent DateTime object using the specified format, culture-specific format information and style. The format of the string representation must match the specified format exactly.
static bool System::DateTime::TryParseExact(const String &s, const String &format, const SharedPtr<IFormatProvider> &provider, Globalization::DateTimeStyles styles, DateTime &result)
Parameter | Type | Description |
---|---|---|
s | const String& | The string representation of a date and time value to convert. |
format | const String& | The string format. |
provider | const SharedPtr<IFormatProvider>& | The IFormatProvider object that provides culture-specific format information. |
styles | Globalization::DateTimeStyles | A bitwise combination of the enumeration values that provides additional information about s, about style elements that may be present in s, or about the conversion from s to a DateTime object. |
result | DateTime& | The output argument that, if the conversion succeeds, contains the result of conversion. |
ReturnValue
True if conversion succeeds, otherwise - false.
See Also
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++
DateTime::TryParseExact(const String&, const String&, std::nullptr_t, Globalization::DateTimeStyles, DateTime&) method
static bool System::DateTime::TryParseExact(const String &s, const String &format, std::nullptr_t, Globalization::DateTimeStyles styles, DateTime &result)
See Also
- Class String
- Enum DateTimeStyles
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++