Class FormattingOptions
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Configuration options for IFormatProvider.
public class FormattingOptions : IValidatableParameterObject, IParameterObject
- Inheritance
-
FormattingOptions
- Implements
- Derived
Constructors
FormattingOptions()
Initializes a new instance of the FormattingOptions class.
public FormattingOptions()
Properties
FormatProvider
Gets or sets the IFormatProvider that provides a mechanism for retrieving an object to control formatting.
public IFormatProvider FormatProvider { get; set; }
Property Value
- IFormatProvider
The IFormatProvider that provides a mechanism for retrieving an object to control formatting.
Methods
ValidateOptions()
public virtual void ValidateOptions()