Open sandboxFocus

Property Formatter

Formatter

Gets or sets the formatter used to render the Value as a string. By default, the default formatter for the property value type is used.

Declaration
public IFormatter? Formatter { get; set; }
Property Value
Type Description
IFormatter