TemplateExporter.Export(object dataSource, IDataTemplate template) Method
.NET Standard 2.x
Exports data to the template.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public static string Export(object dataSource, IDataTemplate template)
Parameters
dataSource
System.Object
The data to export.
template
SnapObjects.Data.IDataTemplate
The template for the data export.
Returns
System.String
Returns the data in the template.
Examples
Applies to
.NET Standard
2.x