메소드 | 설명 | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
CanConvertFrom
|
|
CanConvertTo ( ITypeDescriptorContext context, |
CanConvertTo
|
|
ConvertFrom ( ITypeDescriptorContext context, |
ConvertFrom
|
|
ConvertStreamToByteArray ( Stream s ) : byte[] |
Converts a
|
|
ConvertTo ( ITypeDescriptorContext context, |
ConvertTo
|
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 ConvertStreamToByteArray ( Stream s ) : byte[] | ||
s | Stream | |
리턴 | byte[] |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
리턴 | object |