CodeFormatter UsedFallbackFormatting Property FormatC Syntax Highlighting Class Library
Gets a value indicating whether fallback formatting was used by the last call to FormatCode(String).

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public bool UsedFallbackFormatting { get; private set; }

Field Value

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