Aspose::Cells::Date::ToString method

Date::ToString() const method

Converts this Date to its default string representation.

U16String Aspose::Cells::Date::ToString() const

ReturnValue

A formatted string.

See Also

Date::ToString(const U16String&) const method

Converts this Date to a string using the specified format.

U16String Aspose::Cells::Date::ToString(const U16String &format) const
ParameterTypeDescription
formatconst U16String&Format string.

ReturnValue

A formatted string.

See Also