TemplateExporter Class
.NET Standard 2.x
Defines a template exporter where data can be exported from JSON or XML format to the specified template.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public class TemplateExporter
Method
Name | Return Type | Description |
---|---|---|
Export(object dataSource, IDataTemplate template) | string | Exports data to the template. |