Skip to content

X10D 2.2.0

Compare
Choose a tag to compare
@oliverbooth oliverbooth released this 21 Apr 03:25
4b6d3a3

Changelog

Added

  • Add string.ChangeEncoding(Encoding, Encoding)

    • Converts this string from one encoding to another
  • Add string.IsLower

    • Determines if all alpha characters in this string are considered lowercase
  • Add string.IsUpper

    • Determines if all alpha characters in this string are considered uppercase
  • Various extension methods with regards to reflection:

    • GetDefaultValue and GetDefaultValue<T> - gets the value stored in the member's DefaultValue attribute
    • GetDescription- gets the value stored in the member's Description attribute
    • SelectFromCustomAttribute<T1, T2> - Internally calls GetCustomAttribute<T1> and passes it to a Func<T1, T2> so that specific members may be selected

Changed

  • n/a

Removed

  • n/a