[This is preliminary documentation and is subject to change.]
Render a writecode expression.

C# | Visual Basic | Visual C++ |
protected override string renderWritecodeExpression( XplExpression xplExpression, string expStr, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderWritecodeExpression ( _ xplExpression As XplExpression, _ expStr As String, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderWritecodeExpression( XplExpression^ xplExpression, String^ expStr, ExtendedZOEProcessor..::.EZOEContext context ) override

- xplExpression (XplExpression)
- The Zoe expression.
- expStr (String)
- The exp STR.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.