I
IfEndIf
Guest
Has anyone had any problems using Option Strict?
By default a project allows implicit narrowing conversions, in other words,permissive type semantics. If you change this default to strict type semantics, all narrowing conversions must be done explicity.
By default a project allows implicit narrowing conversions, in other words,permissive type semantics. If you change this default to strict type semantics, all narrowing conversions must be done explicity.