CodeFormatterUsedFallbackFormatting Property

Gets a value indicating whether fallback formatting was used by the last call to FormatCode(String).

Definition

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

Property Value

Boolean
if, on the last call to FormatCode(String), the FormattingInfo supported ICustomFormattingInfo and custom formatting failed; otherwise, .

See Also