CurrencySign Enumeration

Currency sign options for a CurrencyInputTValue

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum CurrencySign

Members

Standard0 Use a minus sign to denote negative numbers.
Accounting1 Wrap the number with parentheses instead of appending a minus sign.

See Also