RuntimeCsvRepresentation

Introduction

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

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 CsvFileManager page.

RuntimeCsvRepresentation Members

Did this article leave any questions unanswered? Post any question in our forums for a rapid response.

Last updated