LayerD CodeDOM and Zoe Compiler interface
renderCastExp Method (castExp, typeStr, castExpStr, castType, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderCastExp(XplCastexpression, String, String, XplCasttype_enum, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Render a cast exp.
Declaration Syntax
C#Visual BasicVisual C++
protected override string renderCastExp(
	XplCastexpression castExp,
	string typeStr,
	string castExpStr,
	XplCasttype_enum castType,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Function renderCastExp ( _
	castExp As XplCastexpression, _
	typeStr As String, _
	castExpStr As String, _
	castType As XplCasttype_enum, _
	context As ExtendedZOEProcessor..::.EZOEContext _
) As String
protected:
virtual String^ renderCastExp(
	XplCastexpression^ castExp, 
	String^ typeStr, 
	String^ castExpStr, 
	XplCasttype_enum castType, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
castExp (XplCastexpression)
The cast exp.
typeStr (String)
The type STR.
castExpStr (String)
The cast exp STR.
castType (XplCasttype_enum)
Type of the cast.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.
Return Value
A string with the rendered item.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)