Class TelephoneQRCodeValueStringBuilder
Holds the information needed for a telephone QR code to be validated and generated.
Namespace: Telerik.Barcode
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TelephoneQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Constructors
TelephoneQRCodeValueStringBuilder(String)
Initializes a new instance of the Telephone
Declaration
public TelephoneQRCodeValueStringBuilder(string number)
Parameters
System. The telephone number. |
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Declaration
public override string BuildValue()
Returns
System.
|
Overrides
Validate()
Validates and returns all errors as a new line delimited string.
Declaration
public override string Validate()
Returns
System.
|