LanguageRegionNeedsFullContext Property

Gets or sets a value indicating whether the formatter needs the full source for context, not just the region itself.

Definition

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

Property Value

Boolean
if the formatter needs the full source for context; otherwise, .

Remarks

This only applies if FormattingInfo is .

If this property is (and FormattingInfo is ), the formatter will use the entire string, but with all regions that use different formatters removed.

See Also