Extension methods for the built-in object type.
ToStr(Boolean)
Converts the object representation to a string.
ToInt(Boolean)
Converts the object representation to an integer.
ToDouble(Boolean)
Converts the object representation to a double.
ToBool(Boolean)
Converts the object representation to a boolean.
FromOADate(Boolean)
Converts the object representation to a DateTime.
ToEnum<TEnumType>(Boolean)
Converts the object representation to its corresponding enum.
ToJson(Boolean)
Converts the object to a JSON serialised string.
IsNull()
Determines if the underlying object is null.
Last updated 2 years ago