lib12 v2.1 Release Notes

Release Date: 2018-07-07 // almost 6 years ago
  • ➕ Added:

    • Type.IsStatic()
    • int.ToBool()
    • bool.ToInt()
    • string.GetNumberOfOccurances()
    • string.GetAllOccurances()

    🛠 Fixes:

    • object.In() and object.NotIn() handles nulls

    Other:

    • ➕ added unit tests for object.Is() and object.IsNot()