Click or drag to resize

QueryStringSerializer ToQueryString Method

Formats and returns a query string for the input settings ( IBarcodeSettings ).

Namespace: Spire.Barcode.WebUI
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public static string ToQueryString(
	IBarcodeSettings settings
)

Parameters

settings
Type: Spire.Barcode IBarcodeSettings
Input settings.

Return Value

Type: String
Assembled querystring.
See Also