[This is preliminary documentation and is subject to change.]

Converts the expense object to a Comma Separated Value (CSV file).

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string ToCSV()
Visual Basic (Declaration)
Public Function ToCSV As String
Visual C++
public:
String^ ToCSV()

Return Value

The CSV string representation of the expense object.

See Also