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 |
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.
public IFormatter Formatter { get; set; }
Type | Description |
---|---|
IFormatter |