Aspose::Cells::Date::Parse method

Date::Parse(const U16String&) method

Parses a string into a Date using default format rules.

static Date Aspose::Cells::Date::Parse(const U16String &str)
ParameterTypeDescription
strconst U16String&Input string.

ReturnValue

A parsed Date instance.

See Also

Date::Parse(const U16String&, const U16String&) method

Parses a string into a Date using a specified format.

static Date Aspose::Cells::Date::Parse(const U16String &str, const U16String &format)
ParameterTypeDescription
strconst U16String&Input string.
formatconst U16String&Format string.

ReturnValue

A parsed Date instance.

See Also