コード例 #1
0
            public override bool IsValid(ITypeDescriptorContext context, object value)
            {
                object result;

                return(Converter.TryConvert(value, convObj.GetType(), out result));
            }
コード例 #2
0
            public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
            {
                object result;

                return(Converter.TryConvert(convObj, destinationType, out result));
            }