The ObjectExtension type exposes the following members.

Methods

  Name Description
Public method Static member ConvertTo(Object, Type)
Converts a source to the given type.
Public method Static member ConvertTo(Object, Type, Boolean)
Converts a source to the given type.
Public method Static member ConvertTo(Object, Type, TypeConverter)
Converts a source to the given type.
Public method Static member ConvertTo(Object, Type, TypeConverter, Boolean)
Converts a source to the given type.
Public method Static member ConvertTo<(Of <<'(T>)>>)(Object)
Converts a source to the given type.
Public method Static member ConvertTo<(Of <<'(T>)>>)(Object, TypeConverter)
Converts a source to the given type.
Public method Static member GetPropertyType
Gets a property type.
Public method Static member GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
Public method Static member PropertyExists
Check if property exists.
Public method Static member SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).

See Also