Show / Hide Table of Contents

Enum NumberStyle

Determines the rules for NumberFormatter numeric quantities.

Namespace: Sepia.Globalization.Numbers
Assembly: Sepia.Globalization.dll
Syntax
public enum NumberStyle

Fields

Name Description
CurrencyAccounting

Accounting currency formatting.

CurrencyStandard

Standard currency formatting.

Decimal

The normal locale specific way to format a base 10 number.

Percent

Percentage formatting.

Scientific

Scientific (exponent) formatting.

See Also
NumberOptions
NumberFormatter
  • Improve this Doc
  • View Source
Back to top Generated by DocFX