Show / Hide Table of Contents

Class FormattingOptions<T>

Configuration options for IFormatProvider.

Inheritance
Object
FormattingOptions<T>
ObjectFormattingOptions
ObjectPortrayalOptions
ActivatorOptions
TypeNameOptions
StorageCapacityOptions
UnitFormatOptions
Implements
IParameterObject
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 Source

FormattingOptions()

Initializes a new instance of the FormattingOptions<T> class.

Declaration
public FormattingOptions()

Properties

| Improve this Doc View Source

FormatProvider

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.

Implements

IParameterObject

See Also

IParameterObject
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX