Convert To |
Converts the given value object to the specified type.
This object is needed only in special cases, for example, to convert from Object to the desired type. Simple cases of conversion are done automatically, without requiring this object.
Name | Description |
---|---|
Source | The object to convert. |
Destination Type | The type to convert the value parameter to. |