You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+73-38Lines changed: 73 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ Simple Object to File Mapper that supports string formatting
5
5
6
6
## Overview
7
7
8
-
* Mapping your object e.g. StudentDetails to a html Template that you define
9
-
* Mapping a collection to enumerable or List to a html/text/ (predefined format)
8
+
* Maps properties from a source object to a template string and returns the result. This is useful for dynamically generating strings based on object properties.
0 commit comments