Click or drag to resize

CodeFormatterUsedFallbackFormatting Property

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.1.0
Syntax
public bool UsedFallbackFormatting { get; }

Property Value

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