Table of Contents

Class FormattingOptions

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Configuration options for System.IFormatProvider.

public class FormattingOptions : IValidatableParameterObject, IParameterObject
Inheritance
Object
FormattingOptions
Implements
Derived

Constructors

FormattingOptions()

Initializes a new instance of the FormattingOptions class.

public FormattingOptions()

Properties

FormatProvider

Gets or sets the System.IFormatProvider that provides a mechanism for retrieving an object to control formatting.

public IFormatProvider FormatProvider { get; set; }

Property Value

IFormatProvider

The System.IFormatProvider that provides a mechanism for retrieving an object to control formatting.

Methods

ValidateOptions()

Determines whether the public read-write properties of this instance are in a valid state.

public virtual void ValidateOptions()

Remarks

This method is expected to throw exceptions when one or more conditions fails to be in a valid state.

See Also