| Date | 2017-06-15 (3,103 days ago) |
|---|---|
| Downloads | 4,695 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 4.5 |
Changelog
Introduced new methods to the StringUtils class for string validation (see 7c57a71).
Added some more extension methods for JObject (see 41c9aa4).
Fixed an issue where JSON wasn't being saved as UTF-8 (see 5c09877).
Introduced new StripHtml method - thanks to @rpjengaard (see 9f28599 and 10f852c).
Added more methods to the JsonUtils class for parsing JSON (see e84e0ae).
The CsvToInt method now supports more separators - eg. new line and tabulator (see d32e917).
Introduced new ParseInt32Array method to replace CsvToInt (see 9ccd021).
Introduced new ParseInt64Array method (see 0bbead2).
Introduced new ParseGuidArray method (see d19a6d5).
Introduced new ToLower and ToUpper methods for working with enums (see 0d94939).
Introduced HtmlEncode and HtmlDecode methods (see 3631c6b).