Class FormattingOptions<T>
Configuration options for IFormatProvider.
Inheritance
FormattingOptions<T>
Implements
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class FormattingOptions<T> : IParameterObject where T : IFormatProvider
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceFormattingOptions()
Initializes a new instance of the FormattingOptions<T> class.
Declaration
public FormattingOptions()
Properties
| Improve this Doc View SourceFormatProvider
Gets or sets the IFormatProvider that provides a mechanism for retrieving an object to control formatting.
Declaration
public virtual T FormatProvider { get; set; }
Property Value
Type | Description |
---|---|
T | The IFormatProvider that provides a mechanism for retrieving an object to control formatting. |