CodeCastExpression can be used to represent an expression that is to be cast to a different data type or interface. The target type to cast to and the CodeExpression to cast are stored as properties of the CodeCastExpression object.
Author: Microsoft Code: ASP.NET v1.0 & VB