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.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public bool ForceFallbackFormatting { get; set; }

Property Value

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

See Also