System.Configuration.ConfigurationConverterBase.CanConvertTo C# (CSharp) 메소드

CanConvertTo() 공개 메소드

public CanConvertTo ( ITypeDescriptorContext ctx, Type type ) : bool
ctx ITypeDescriptorContext
type System.Type
리턴 bool
        public override bool CanConvertTo(ITypeDescriptorContext ctx, Type type) {
            return (type == typeof(string));
        }