Interface IQRCodeValueStringBuilder
Represents a value with a specific structure that can be converted into a string to be used to generate a QRCode.
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public interface IQRCodeValueStringBuilder
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Declaration
string BuildValue()
Returns
System.String
|
Validate()
Validates and returns all errors as a new line delimited string.
Declaration
string Validate()
Returns
System.String
|