New to Telerik UI for .NET MAUIStart a free 30-day trial

Holds the information needed for a bookmark QR code to be validated and generated.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class BookmarkQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder

Inheritance: objectQRCodeValueStringBuilderBaseBookmarkQRCodeValueStringBuilder

Implements: IQRCodeValueStringBuilder

Constructors

Initializes a new instance of the BookmarkQRCodeValueStringBuilder class.

C#
public BookmarkQRCodeValueStringBuilder(string url, string title = null)
Parameters:urlstring

The url this bookmark points to.

titlestring

Optional title for the bookmark.

Methods

Builds the string value that will be used for encoding in a barcode.

C#
public override string BuildValue()
Returns:

string

Overrides: QRCodeValueStringBuilderBase.BuildValue()

Validates and returns all errors as a new line delimited string.

C#
public override string Validate()
Returns:

string

Overrides: QRCodeValueStringBuilderBase.Validate()