CurrencyInputTValueMinimumIntegerDigits Property

The minimum number of integer digits to use. A value with a smaller number of integer digits than this number will be left-padded with zeros (to the specified length) when formatted.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[ParameterAttribute]
public byte MinimumIntegerDigits { get; set; }

Property Value

Byte

Remarks

Default value is 1.

See Also