VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / SwissQRCodeValueItem Class / Amount Property
Syntax Remarks Requirements SeeAlso
In This Topic
Amount Property (SwissQRCodeValueItem)
In This Topic
Gets or sets the payment amount.
Syntax
'Declaration

<DescriptionAttribute("Payment amount.")>
Public Property Amount As String

[Description("Payment amount.")]
public string Amount { get; set; }

Property Value

The amount element is to be entered without leading zeroes, including decimal separators and two decimal places.
Decimal, maximum 12-digits permitted, including decimal separators. Only decimal points (".") are permitted as decimal separators.
Remarks

Element name: Amt.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also