Holds the information needed for a telephone QR code to be validated and generated.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class TelephoneQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Inheritance: objectQRCodeValueStringBuilderBaseTelephoneQRCodeValueStringBuilder
Implements:
Constructors
Initializes a new instance of the TelephoneQRCodeValueStringBuilder class.
C#
public TelephoneQRCodeValueStringBuilder(string number)
The telephone number.
Methods
BuildValue()
string
Builds the string value that will be used for encoding in a barcode.
C#
public override string BuildValue()
string
Overrides:
Validate()
string
Validates and returns all errors as a new line delimited string.
C#
public override string Validate()
string
Overrides: