Class TextMessageQRCodeValueStringBuilder
Holds the information needed for a text message QR code to be validated and generated.
Inherited Members
Namespace: DPL.Telerik.Barcode
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class TextMessageQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Constructors
TextMessageQRCodeValueStringBuilder(String, String)
Initializes a new instance of the Text
Declaration
public TextMessageQRCodeValueStringBuilder(string number, string body = null)
Parameters
System. The number of the receiver. |
System. Optional body of the message. |
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.
|