Class ObjectFormattingOptions
Configuration options for FromObject() and methods of ObjectDecoratorExtensions.
Implements
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class ObjectFormattingOptions : FormattingOptions<IFormatProvider>, IParameterObject
Constructors
| Improve this Doc View SourceObjectFormattingOptions()
Initializes a new instance of the ObjectFormattingOptions class.
Declaration
public ObjectFormattingOptions()
Remarks
The following table shows the initial property values for an instance of ObjectFormattingOptions.
Property | Initial Value |
---|---|
FormatProvider | InvariantCulture |
DescriptorContext | null |
Properties
| Improve this Doc View SourceDescriptorContext
Gets or sets the type specific format context.
Declaration
public ITypeDescriptorContext DescriptorContext { get; set; }
Property Value
Type | Description |
---|---|
ITypeDescriptorContext | The type specific format context. |
FormatProvider
Gets or sets the culture specific formatting information.
Declaration
public sealed override IFormatProvider FormatProvider { get; set; }
Property Value
Type | Description |
---|---|
IFormatProvider | The culture specific formatting information. |
Overrides
Cuemon.FormattingOptions<System.IFormatProvider>.FormatProvider