Class TelephoneQRCodeValueStringBuilder
Holds the information needed for a telephone QR code to be validated and generated.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DPL.Telerik.Barcode
Assembly: Telerik.Windows.Documents.Core.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.
|