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:
C#
public abstract class QRCodeValueStringBuilderBase : IQRCodeValueStringBuilder
Inheritance: objectQRCodeValueStringBuilderBase
Derived Classes:
Implements:
Constructors
C#
protected QRCodeValueStringBuilderBase()
Methods
BuildValue()
string
Builds the string value that will be used for encoding in a barcode.
C#
public abstract string BuildValue()
string
Implements:
Validate()
string
Validates and returns all errors as a new line delimited string.
C#
public abstract string Validate()
string
Implements: