Skip to content

richardsantosns/DictionaryToObjectConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DictionaryToObjectConverter

Convert a dictionary to Object in C#

Here's a helper class that converts any Dictionary to C# Object.

Take note: The Object class you're converting the Dictionary to should already be available in your project.

Sample usage: DictionaryToObjectConverter converter = new DictionaryToObjectConverter(); YouCustomClass customCLass = converter.Convert(theDictionaryContainingTheDataForTheClass);

Enjoy!

About

Convert a dictionary to Object in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages