implicitConvTo

Checks whether or not an expression can be implicitly converted to type t.

Unlike implicitCastTo, this routine does not perform the actual cast, but only checks up to what MATCH level the conversion would be possible.

MATCH
implicitConvTo

Parameters

e Expression

Expression that is to be casted

t Type

Expected resulting type

Return Value

Type: MATCH

The MATCH level between e.type and t.

Suggestion Box / Bug Report