ClassQRCodeValueStringBuilderBase
Class
Represents a value with a specific structure that can be converted into a string to be used to generate a QRCode.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class QRCodeValueStringBuilderBase : IQRCodeValueStringBuilder
Inheritance: objectQRCodeValueStringBuilderBase
Derived Classes:
Implements:
Constructors
QRCodeValueStringBuilderBase()
Declaration
cs-api-definition
protected QRCodeValueStringBuilderBase()
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Declaration
cs-api-definition
public abstract string BuildValue()
Returns
string
Implements
Validate()
Validates and returns all errors as a new line delimited string.
Declaration
cs-api-definition
public abstract string Validate()
Returns
string
Implements