System.DefaultBinder.ChangeType C# (CSharp) Method

ChangeType() public method

public ChangeType ( Object value, Type type, System.Globalization.CultureInfo cultureInfo ) : Object
value Object
type Type
cultureInfo System.Globalization.CultureInfo
return Object
        public override Object ChangeType(Object value,Type type,CultureInfo cultureInfo)
        {
            throw new NotSupportedException(Environment.GetResourceString("NotSupported_ChangeType"));
        }