Method | Description | |
---|---|---|
CanConvertTo ( ITypeDescriptorContext context, |
Can be converted to string
|
|
ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
Converts to string. If value is null, convert it to "(null)". if value has a "Name" property, returns its name. otherwise, returns "(...)".
|
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
destinationType | ||
return | object |