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