![]() | ObjectHelper Methods |
The ObjectHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CanParse |
Determines the ObjectHelperParse methods can parse the
given type.
|
![]() ![]() | ConvertToT(Object) |
Converts the object to the specified target type.
|
![]() ![]() | ConvertToT(Object, IFormatProvider) |
Converts the object to the specified target type.
|
![]() ![]() ![]() | GetPropertyNameT(ExpressionFuncT) |
Retrieves the name of a property identified by a lambda expression.
|
![]() ![]() ![]() | GetPropertyNameTObject, TProperty(TObject, ExpressionFuncTObject, TProperty) |
Retrieves the name of a given object's property identified by a lambda expression.
|
![]() ![]() | GetTypeConverter |
Gets the type converter for the given type.
|
![]() ![]() | IsConvertible(Object) |
Determines whether the specified object is a base data type or implements the
IConvertible interface.
|
![]() ![]() | IsConvertible(Type) |
Determines whether the specified type is a base data type or implements the
IConvertible interface.
|
![]() ![]() | Parse(Type, String) |
Parses a string and converts it to the specified type (using the invariant culture).
|
![]() ![]() | ParseT(String) |
Parses the specified value (using the invariant culture).
|
![]() ![]() | SafeDisposeT |
Safely disposes the object.
|