System.Linq.Expressions.ExpressionType.ConvertChecked Field
A cast or conversion operation, such as (SampleType)obj in C# or CType(obj, SampleType) in Visual Basic. For a numeric conversion, if the converted value does not fit the destination type, an exception is thrown.