Skip to content

X10D 2.6.0

Compare
Choose a tag to compare
@oliverbooth oliverbooth released this 20 Oct 14:21

Changelog

Added

  • Add string.AsNullIfEmpty
    • Returns the current string, or null if the current string is null or empty.
  • Add string.AsNullIfWhiteSpace
    • Returns the current string, or null if the current string is null, empty, or consists of only whitespace.
  • Add string.Reverse
    • Reverses the current string
  • Add string.WithAlternative
    • Returns the current string, or an alternative value if the current string is null or empty, or optionally if the current string consists of only whitespace.

Changed

  • n/a

Removed

  • n/a