Method | Description | |
---|---|---|
ConvertTo ( ITypeDescriptorContext context, |
Converts the given value object to the specified type, using the specified context and culture information
|
|
GetProperties ( ITypeDescriptorContext context, object value, |
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes
|
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An ITypeDescriptorContext that provides /// a format context |
culture | A CultureInfo object. If a null reference /// is passed, the current culture is assumed | |
value | object | The Object to convert |
destinationType | The Type to convert the value /// parameter to | |
return | object |
public GetProperties ( ITypeDescriptorContext context, object value, |
||
context | ITypeDescriptorContext | An ITypeDescriptorContext that provides a format /// context |
value | object | An Object that specifies the type of array for /// which to get properties |
attributes | An array of type Attribute that is used as /// a filter | |
return |