![]() | ObjectHelper Class |
Namespace: DigitalRune
The ObjectHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CanParse |
Determines the ObjectHelperParse methods can parse the
given type.
|
![]() ![]() | ConvertTo<T>(Object) |
Converts the object to the specified target type.
|
![]() ![]() | ConvertTo<T>(Object, IFormatProvider) |
Converts the object to the specified target type.
|
![]() ![]() ![]() | GetPropertyName<T>(Expression<Func<T>>) |
Retrieves the name of a property identified by a lambda expression.
|
![]() ![]() ![]() | GetPropertyName<TObject, TProperty>(TObject, Expression<Func<TObject, 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).
|
![]() ![]() | Parse<T>(String) |
Parses the specified value (using the invariant culture).
|
![]() ![]() | SafeDispose<T> |
Safely disposes the object.
|