Méthode | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
지정된 원본 형식으로부터 변환이 가능한지 알아본다.
|
|
CanConvertTo ( ITypeDescriptorContext context, |
Complex가 원하는 형식으로 변환이 가능하지 검사한다.
|
|
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object |
지정된 값을 Complex로 변환가능한지 검사한다.
|
|
ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
지정된 value의 수형이 Complex이면, destinationType으로 변환이 가능한지 검사한다.
|
|
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection |
Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
|
|
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool |
Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext |
/// An |
sourceType |
/// A |
|
Résultat | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
Résultat | bool |
public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
Résultat | object |
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
destinationType | ||
Résultat | object |
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext |
/// An |
Résultat | StandardValuesCollection |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext |
/// An |
Résultat | bool |