Method ChangeType
ChangeType(Object, Type, CultureInfo)
Changes the type of the given langword_csharp_Object to the given langword_csharp_Type.
Declaration
public override object ChangeType(object value, Type type, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
Object | value | The object to change into a new langword_csharp_Type. |
Type | type | The new langword_csharp_Type that |
CultureInfo | culture | An instance of CultureInfo that is used to control the coercion of data types. If |
Returns
Type | Description |
---|---|
Object | An object that contains the given value as the new type. |