Method | Description | |
---|---|---|
CanConvertFrom ( System _Context, System _SourceType ) : bool | ||
CanConvertTo ( System _Context, System _DestinationType ) : bool | ||
ConvertFrom ( System _Context, System _Culture, object _Value ) : object | ||
ConvertTo ( System _Context, System _Culture, object _Value, System _DestinationType ) : object | ||
GetProperties ( System _Context, object _Value, System _Attributes ) : System.ComponentModel.PropertyDescriptorCollection | ||
GetPropertiesSupported ( System _Context ) : bool |
public CanConvertFrom ( System _Context, System _SourceType ) : bool | ||
_Context | System | |
_SourceType | System | |
return | bool |
public CanConvertTo ( System _Context, System _DestinationType ) : bool | ||
_Context | System | |
_DestinationType | System | |
return | bool |
public ConvertFrom ( System _Context, System _Culture, object _Value ) : object | ||
_Context | System | |
_Culture | System | |
_Value | object | |
return | object |
public ConvertTo ( System _Context, System _Culture, object _Value, System _DestinationType ) : object | ||
_Context | System | |
_Culture | System | |
_Value | object | |
_DestinationType | System | |
return | object |
public GetProperties ( System _Context, object _Value, System _Attributes ) : System.ComponentModel.PropertyDescriptorCollection | ||
_Context | System | |
_Value | object | |
_Attributes | System | |
return | System.ComponentModel.PropertyDescriptorCollection |
public GetPropertiesSupported ( System _Context ) : bool | ||
_Context | System | |
return | bool |