Table of Contents

Property Culture

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

Culture

Gets or sets the culture used to format values that implement IFormattable, or null for InvariantCulture. Never the ambient culture — that would make output depend on the machine.

public CultureInfo? Culture { get; set; }

Property Value

CultureInfo