Class
WiFiInput

Represents a input field for a WiFi value.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class WiFiInput

Inheritance: objectWiFiInput

Constructors

WiFiInput(string, bool)

Initializes a new instance of the WiFiInput class.

Declaration

cs-api-definition
public WiFiInput(string value, bool isHex = false)

Parameters

value

string

The value this instance holds.

isHex

bool

True if the value is in Hexadecimal format, otherwise false.

Properties

EscapedValue

Gets the value with all special symbols escaped.

Declaration

cs-api-definition
public object EscapedValue { get; }

Property Value

object

IsHex

Gets a value indicating whether the Value property holds information in a Hexadecimal format.

Declaration

cs-api-definition
public bool IsHex { get; }

Property Value

bool

Value

Gets the value of this input instance.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string