Class QRCodeValueStringBuilderBase
Represents a value with a specific structure that can be converted into a string to be used to generate a QRCode.
Inheritance
System.Object
QRCodeValueStringBuilderBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.UI.Barcode
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class QRCodeValueStringBuilderBase : IQRCodeValueStringBuilder
Constructors
QRCodeValueStringBuilderBase()
Declaration
protected QRCodeValueStringBuilderBase()
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Declaration
public abstract string BuildValue()
Returns
System.String
|
Implements
Validate()
Validates and returns all errors as a new line delimited string.
Declaration
public abstract string Validate()
Returns
System.String
|