Class StorageCapacityOptions
Configuration options for StorageCapacity.
Implements
Inherited Members
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public sealed class StorageCapacityOptions : FormattingOptions<CultureInfo>, IParameterObject
Constructors
| Improve this Doc View SourceStorageCapacityOptions()
Initializes a new instance of the StorageCapacityOptions class.
Declaration
public StorageCapacityOptions()
Remarks
The following table shows the initial property values for an instance of StorageCapacityOptions.
Property | Initial Value |
---|---|
Style | Symbol |
NumberFormat | #,##0.## |
FormatProvider | InvariantCulture |
Prefix | Binary |
Properties
| Improve this Doc View SourceNumberFormat
Gets or sets the desired number format when using ToString().
Declaration
public string NumberFormat { get; set; }
Property Value
Type | Description |
---|---|
String | The desired number format when using ToString(). |
Prefix
Gets or sets the proffered UnitPrefix when calling ToString().
Declaration
public UnitPrefix Prefix { get; set; }
Property Value
Type | Description |
---|---|
UnitPrefix | The proffered UnitPrefix when calling ToString(). |
Style
Gets or sets the desired naming style.
Declaration
public NamingStyle Style { get; set; }
Property Value
Type | Description |
---|---|
NamingStyle | The desired naming style. |