Click or drag to resize

IScriptEngineFormatCode Property

Enables or disables script code formatting.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
bool FormatCode { get; set; }

Property Value

Boolean
Remarks
When this property is set to true, the script engine may format script code before executing or compiling it. This is intended to facilitate interactive debugging. The formatting operation currently includes stripping leading and trailing blank lines and removing global indentation.
See Also