ClassTelephoneQRCodeValueStringBuilder
Class
Holds the information needed for a telephone QR code to be validated and generated.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class TelephoneQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Inheritance: objectQRCodeValueStringBuilderBaseTelephoneQRCodeValueStringBuilder
Implements:
Constructors
TelephoneQRCodeValueStringBuilder(string)
Initializes a new instance of the TelephoneQRCodeValueStringBuilder class.
Declaration
cs-api-definition
public TelephoneQRCodeValueStringBuilder(string number)
Parameters
number
The telephone number.
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Validate()
Validates and returns all errors as a new line delimited string.