메소드 | 설명 | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, |
||
DebugModeConverter ( ) : System | ||
GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection | ||
GetStandardValuesSupported ( System context ) : bool |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
리턴 | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
리턴 | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
리턴 | object |
public GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection | ||
context | System | |
리턴 | System.ComponentModel.TypeConverter.StandardValuesCollection |
public GetStandardValuesSupported ( System context ) : bool | ||
context | System | |
리턴 | bool |