CurrencyFormatOptions Class

Format options for a CurrencyInputTValue, used for JS interop.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal sealed class CurrencyFormatOptions
Inheritance
Object    CurrencyFormatOptions

Constructors

CurrencyFormatOptionsInitializes a new instance of the CurrencyFormatOptions class

Properties

Currency The currency code to use.
CurrencySign The currency sign to use.
MaximumFractionDigits Maximum number of digits to show in the integer part of the number.
MinimumFractionDigits Minimum number of digits to show in the fraction part of the number.
MinimumIntegerDigits Minimum number of digits to show in the integer part of the number.
Style Number style to apply. (note: this is not the same as a CSS style!)

See Also