메소드 | 설명 | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
CanConvertTo ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, |
||
GetStandardValues ( ITypeDescriptorContext context ) : |
||
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool | ||
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
IsValid ( ITypeDescriptorContext context, object value ) : bool |
메소드 | 설명 | |
---|---|---|
EncodingConverter ( ) : System |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
리턴 | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
리턴 | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
리턴 | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
리턴 | object |
public GetStandardValues ( ITypeDescriptorContext context ) : |
||
context | ITypeDescriptorContext | |
리턴 |
public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
리턴 | bool |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
리턴 | bool |
public IsValid ( ITypeDescriptorContext context, object value ) : bool | ||
context | ITypeDescriptorContext | |
value | object | |
리턴 | bool |