Click or drag to resize

ObjectExtensions Methods

The ObjectExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToDateTime
Converts the value of the specified object to a System.DateTime object, using the current culture formatting information.
Public methodStatic memberToInt32
Converts the value of the specified object to a 32-bit signed integer, using the current culture formatting information.
Public methodStatic memberToInt64
Converts the value of the specified object to a 64-bit signed integer, using the current culture formatting information.
Public methodStatic memberToNullableDateTime
Converts the value of the specified object to a System.DateTime object, using the current culture formatting information.
Public methodStatic memberToNullableInt64
Converts the value of the specified object to a 64-bit signed integer, using the current culture formatting information. If the object has no value, a null is returned.
Top
See Also