Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 903 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 903 Bytes

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.