Skip to content

Added More Object Extensions and DataConvert facilities.

Latest
Compare
Choose a tag to compare
@aespinoza aespinoza released this 08 Feb 02:41
5f50f60

Added Object Extensions:

  • DeepClone: Performs a Deep Copy of any object.
  • AsBoolean, AsGuid, AsString: Tries to convert an Object into Boolean, Guid or String, if it fails it returns the default value.