Date | 2017-02-18 (2,827 days ago) |
---|---|
Downloads | 54K downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.5 |
Changelog
WordCount
and HighlightKeywords
methods in the StringUtils
class. The same methods are also available as extension methods for string
(see dfb1ed0
).936bfcf
).ToRfc822
and ToRfc2822
methods in the StringUtils
class should explicitly specify the culture to be used (invariant culture) (see 3785c83
and 0279621
).EssentialsDateTime
class for converting an instance to ISO 8601, RFC 822 and RFC 2822 (see dfd45ea
).EssentialsDateTime
class for converting from ISO 8601, RFC 822 and RFC 2822 strings to EssentialsDateTime
(see 816264b
).TryParse
methods for the EssentialsDateTime
class - in a similar way to the two TryParse
methods in the DateTime
struct class (see a6770e6
).EssentialsDateTime
class can now be initialized directly from an Int32
, Int64
or Double
- assuming a timestamp specified in seconds (see 3f3e0c3
).GetObjectArray
extension method for JObject
(see a3b8a0b
).Assembly
class of .NET (see bc2d566
).83b0d1e
and 936bfcf
).