Object Extensions

Extension methods for the built-in object type.

Converts the object representation to a string.

Converts the object representation to an integer.

Converts the object representation to a double.

Converts the object representation to a boolean.

Converts the object representation to a DateTime.

Converts the object representation to its corresponding enum.

Converts the object to a JSON serialised string.

Determines if the underlying object is null.

Last updated