[This is preliminary documentation and is subject to change.]
Render a cast exp.

C# | Visual Basic | Visual 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

- 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.

A string with the rendered item.