Class TelephoneQRCodeValueStringBuilder
Holds the information needed for a telephone QR code to be validated and generated.
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public class TelephoneQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Constructors
TelephoneQRCodeValueStringBuilder(String)
Initializes a new instance of the TelephoneQRCodeValueStringBuilder class.
Declaration
public TelephoneQRCodeValueStringBuilder(string number)
Parameters
System.String
number
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.String
|
Overrides
Validate()
Validates and returns all errors as a new line delimited string.
Declaration
public override string Validate()
Returns
System.String
|