Show / Hide Table of Contents

Class StorageCapacityOptions

Configuration options for StorageCapacity.

Inheritance
Object
FormattingOptions<CultureInfo>
StorageCapacityOptions
Implements
IParameterObject
Inherited Members
FormattingOptions<CultureInfo>.FormatProvider
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public sealed class StorageCapacityOptions : FormattingOptions<CultureInfo>, IParameterObject

Constructors

| Improve this Doc View Source

StorageCapacityOptions()

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.

PropertyInitial Value
StyleSymbol
NumberFormat#,##0.##
FormatProviderInvariantCulture
PrefixBinary

Properties

| Improve this Doc View Source

NumberFormat

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().

| Improve this Doc View Source

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().

| Improve this Doc View Source

Style

Gets or sets the desired naming style.

Declaration
public NamingStyle Style { get; set; }
Property Value
Type Description
NamingStyle

The desired naming style.

Implements

IParameterObject

See Also

BitStorageCapacity
ByteStorageCapacity
  • 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