Click or drag to resize

PowerShellFormattingInfoForceFallbackFormatting Property

Gets or sets a value that indicates whether regular expression based formatting should be used even if System.Management.Automation.PSParser is available.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.2.0
Syntax
public bool ForceFallbackFormatting { get; set; }

Property Value

Type: Boolean
to force the use of regular expression based formatting; to attempt PSParser based formatting first. The default value is .
See Also