Skip to content

Commit 5f03d94

Browse files
authored
Update README.md
1 parent 625df26 commit 5f03d94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ public class NameType
150150
}
151151
```
152152

153-
In order to parse the string name value from delimiter separated record in the file correctly to NameType instance, you need to implement custom `TypeConverter` converter.
153+
In order to parse the string value (name) from delimiter separated record in the file correctly to custom type (NameType), you need to implement custom converter deriving from `TypeConverter` class.
154154

155-
Example - `NameConverter`
155+
Example - `NameConverter` class - converts the string into NameType type
156156
```
157157
public class NameConverter : TypeConverter
158158
{

0 commit comments

Comments
 (0)