Method Create
Create(object)
Creates a value wrapper out of the specified object.
public static IValueWrapper Create(object value)
Parameters
value
objectThe object to wrap.
Returns
- IValueWrapper
The wrapped value object.
Exceptions
- ArgumentNullException
value
is null.- DataMinerException
Failed to create a wrapped value object from the specified object.