Aspose::Cells::Properties::DocumentProperty::ToString method

DocumentProperty::ToString method

Returns the property value as a string.

U16String Aspose::Cells::Properties::DocumentProperty::ToString()

Remarks

Converts a number property using Object.ToString(). Converts a boolean property into “Y” or “N”. Converts a date property into a short date string.

See Also