Skip to content

ObjectExtensions

Lee Conlin edited this page Jul 27, 2021 · 1 revision

ObjectExtensions.IsTruthy()

Determines if an object is truthy.

Returns

True or False depending on the value of the object type. This is a pass-through method calling IsTruthy extension on the associated types for string, int, decimal and double data types.

Clone this wiki locally