Click or drag to resize

LanguageRegionNeedsFullContext Property

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

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public bool NeedsFullContext { get; set; }

Property Value

Type: 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