githubEdit

RuntimeCsvRepresentation

Introduction

The RuntimeCsvRepresentation class is a general-purpose class which represents a CSV file. It can be easily created through the CsvFileManagerarrow-up-right.

Loading a RuntimeCsvRepresentation

RuntimeCsvRepresentations can be loaded as follows:

// Assuming fileName is a valid CSV file:
RuntimeCsvRepresentation instance = CsvFileManager.CsvDeserializeToRuntime(fileName);

For more information see the CsvFileManagerarrow-up-right page.

RuntimeCsvRepresentation Members

Did this article leave any questions unanswered? Post any question in our forumsarrow-up-right for a rapid response.

Last updated

Was this helpful?