Skip to content

Sometimes when I'm facing to some problem instead of research I come up with my own solution. I think few of tem I can share with you.

Notifications You must be signed in to change notification settings

janjanusek/Toolkit.NET

Repository files navigation

Toolkit.NET

Toolkit made by Bc. Ján Janušek.

# Toolkit Features:

Mapper -> I made own automapper which is good if you need automapper which is very simple to use and is strongly customizable. You can see how to use this mapper here

Regex parser -> extension class for Regex, is very easy to use if you need to parse some data from big string which can be splitted into rows.

# Extensions classes:

Format from string is extended from Format("{0}", value) to FormatString("[[0]]", value), FormatString("<0>", value), FormatString("|0|", value) you can set your own brackets

I made this extension for those who need put some values into string which already contains original string Format brackets {} such as HTML file with style.

About

Sometimes when I'm facing to some problem instead of research I come up with my own solution. I think few of tem I can share with you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages